Changeset 216026 in webkit
- Timestamp:
- May 1, 2017, 2:15:22 PM (8 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r216025 r216026 1 2017-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 1 10 2017-05-01 Matt Lewis <jlewis3@apple.com> 2 11 -
trunk/LayoutTests/platform/mac-wk1/fast/visual-viewport/rtl-zoomed-rects-expected.txt
r208409 r216026 4 4 5 5 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}6 JSON.stringify(internals.layoutViewportRect()) is {"x":-392.5,"y":0,"width":785,"height":585,"top":0,"right":392.5,"bottom":585,"left":-392.5} 7 JSON.stringify(internals.visualViewportRect()) is {"x":0,"y":0,"width":392.5,"height":292.5,"top":0,"right":392.5,"bottom":292.5,"left":0} 8 8 9 9 Scrolled 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}10 JSON.stringify(internals.layoutViewportRect()) is {"x":-475,"y":232.5,"width":785,"height":585,"top":232.5,"right":310,"bottom":817.5,"left":-475} 11 JSON.stringify(internals.visualViewportRect()) is {"x":-475,"y":525,"width":392.5,"height":292.5,"top":525,"right":-82.5,"bottom":817.5,"left":-475} 12 12 13 13 Scrolled 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}14 JSON.stringify(internals.layoutViewportRect()) is {"x":-475,"y":483.5,"width":785,"height":585,"top":483.5,"right":310,"bottom":1068.5,"left":-475} 15 JSON.stringify(internals.visualViewportRect()) is {"x":-100,"y":776,"width":392.5,"height":292.5,"top":776,"right":292.5,"bottom":1068.5,"left":-100} 16 16 17 17 Scrolled 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}18 JSON.stringify(internals.layoutViewportRect()) is {"x":-442.5,"y":300,"width":785,"height":585,"top":300,"right":342.5,"bottom":885,"left":-442.5} 19 JSON.stringify(internals.visualViewportRect()) is {"x":-50,"y":300,"width":392.5,"height":292.5,"top":300,"right":342.5,"bottom":592.5,"left":-50} 20 20 PASS successfullyParsed is true 21 21
Note:
See TracChangeset
for help on using the changeset viewer.