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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt b/third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt
index 70c6d318161edfaeb192030c01a59cb502d0897e..f3185c818d45398b825e81e86b87e9d3ac9cf1a6 100644
--- a/third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt
@@ -11,11 +11,11 @@ PASS window.innerHeight is 600
PASS window.scrollX is 0
PASS window.scrollY is 0
PASS gotWheelEvent is true
-PASS window.innerWidth is 400
-PASS window.innerHeight is 300
-PASS window.scrollX is 75
-PASS window.scrollY is 50
PASS gotWheelEvent is false
+PASS internals.visualViewportWidth() is 400
+PASS internals.visualViewportHeight() is 300
+PASS internals.visualViewportScrollX() is 75
+PASS internals.visualViewportScrollY() is 50
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698