Changeset 216026 in webkit


Ignore:
Timestamp:
May 1, 2017, 2:15:22 PM (8 years ago)
Author:
Ryan Haddad
Message:

Rebaseline fast/visual-viewport/rtl-zoomed-rects.html for mac-wk1.
https://bugs.webkit.org/show_bug.cgi?id=171500

Unreviewed test gardening.

  • platform/mac-wk1/fast/visual-viewport/rtl-zoomed-rects-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r216025 r216026  
     12017-05-01  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Rebaseline fast/visual-viewport/rtl-zoomed-rects.html for mac-wk1.
     4        https://bugs.webkit.org/show_bug.cgi?id=171500
     5
     6        Unreviewed test gardening.
     7
     8        * platform/mac-wk1/fast/visual-viewport/rtl-zoomed-rects-expected.txt:
     9
    1102017-05-01  Matt Lewis  <jlewis3@apple.com>
    211
  • trunk/LayoutTests/platform/mac-wk1/fast/visual-viewport/rtl-zoomed-rects-expected.txt

    r208409 r216026  
    44
    55
    6 JSON.stringify(internals.layoutViewportRect()) is {"top":0,"right":392.5,"bottom":585,"left":-392.5,"width":785,"height":585}
    7 JSON.stringify(internals.visualViewportRect()) is {"top":0,"right":392.5,"bottom":292.5,"left":0,"width":392.5,"height":292.5}
     6JSON.stringify(internals.layoutViewportRect()) is {"x":-392.5,"y":0,"width":785,"height":585,"top":0,"right":392.5,"bottom":585,"left":-392.5}
     7JSON.stringify(internals.visualViewportRect()) is {"x":0,"y":0,"width":392.5,"height":292.5,"top":0,"right":392.5,"bottom":292.5,"left":0}
    88
    99Scrolled to -475, 525
    10 JSON.stringify(internals.layoutViewportRect()) is {"top":232.5,"right":310,"bottom":817.5,"left":-475,"width":785,"height":585}
    11 JSON.stringify(internals.visualViewportRect()) is {"top":525,"right":-82.5,"bottom":817.5,"left":-475,"width":392.5,"height":292.5}
     10JSON.stringify(internals.layoutViewportRect()) is {"x":-475,"y":232.5,"width":785,"height":585,"top":232.5,"right":310,"bottom":817.5,"left":-475}
     11JSON.stringify(internals.visualViewportRect()) is {"x":-475,"y":525,"width":392.5,"height":292.5,"top":525,"right":-82.5,"bottom":817.5,"left":-475}
    1212
    1313Scrolled to -100, 776
    14 JSON.stringify(internals.layoutViewportRect()) is {"top":483.5,"right":310,"bottom":1068.5,"left":-475,"width":785,"height":585}
    15 JSON.stringify(internals.visualViewportRect()) is {"top":776,"right":292.5,"bottom":1068.5,"left":-100,"width":392.5,"height":292.5}
     14JSON.stringify(internals.layoutViewportRect()) is {"x":-475,"y":483.5,"width":785,"height":585,"top":483.5,"right":310,"bottom":1068.5,"left":-475}
     15JSON.stringify(internals.visualViewportRect()) is {"x":-100,"y":776,"width":392.5,"height":292.5,"top":776,"right":292.5,"bottom":1068.5,"left":-100}
    1616
    1717Scrolled to -50, 300
    18 JSON.stringify(internals.layoutViewportRect()) is {"top":300,"right":342.5,"bottom":885,"left":-442.5,"width":785,"height":585}
    19 JSON.stringify(internals.visualViewportRect()) is {"top":300,"right":342.5,"bottom":592.5,"left":-50,"width":392.5,"height":292.5}
     18JSON.stringify(internals.layoutViewportRect()) is {"x":-442.5,"y":300,"width":785,"height":585,"top":300,"right":342.5,"bottom":885,"left":-442.5}
     19JSON.stringify(internals.visualViewportRect()) is {"x":-50,"y":300,"width":392.5,"height":292.5,"top":300,"right":342.5,"bottom":592.5,"left":-50}
    2020PASS successfullyParsed is true
    2121
Note: See TracChangeset for help on using the changeset viewer.