Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-scroll-bubble-expected.txt

Issue 1424593002: Update layout tests to use internals.visualViewport APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo delete test that depends on "inert-visual-viewport" flag Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-scroll-bubble-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-scroll-bubble-expected.txt b/third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-scroll-bubble-expected.txt
index 4dd3b2fb55bad72309a396fd3ca504861d87330a..a0bef3556faedcf695505a6efd12ee6b11ea371e 100644
--- a/third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-scroll-bubble-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-scroll-bubble-expected.txt
@@ -1,13 +1,13 @@
-PASS window.innerWidth is 400
-PASS window.innerHeight is 300
-PASS window.scrollX is 200
-PASS window.scrollY is 300
-PASS window.scrollX is 200
-PASS window.scrollY is 301
-PASS window.scrollX is 201
-PASS window.scrollY is 301
-PASS window.scrollX is 199
-PASS window.scrollY is 299
+PASS internals.visualViewportWidth() is 400
+PASS internals.visualViewportHeight() is 300
+PASS internals.visualViewportScrollX() is 200
+PASS internals.visualViewportScrollY() is 300
+PASS internals.visualViewportScrollX() is 200
+PASS internals.visualViewportScrollY() is 301
+PASS internals.visualViewportScrollX() is 201
+PASS internals.visualViewportScrollY() is 301
+PASS internals.visualViewportScrollX() is 199
+PASS internals.visualViewportScrollY() is 299
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698