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

Unified Diff: third_party/WebKit/LayoutTests/fast/scrolling/editor-command-scroll-page-scale-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/scrolling/editor-command-scroll-page-scale-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/scrolling/editor-command-scroll-page-scale-expected.txt b/third_party/WebKit/LayoutTests/fast/scrolling/editor-command-scroll-page-scale-expected.txt
index 1f7bb551a0e6f2c69274127540d0140b9c503c35..f39ddc1be0c890862c5e6355e0e7fcae4fa9f26a 100644
--- a/third_party/WebKit/LayoutTests/fast/scrolling/editor-command-scroll-page-scale-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/scrolling/editor-command-scroll-page-scale-expected.txt
@@ -14,15 +14,15 @@ PASS window.scrollY is 0
PASS window.scrollX is 0
Testing Page Scrolling:
-PASS window.scrollY is pageHeight - window.innerHeight
-PASS window.scrollX is 0
-PASS window.scrollY is 0
-PASS window.scrollX is 0
+PASS internals.visualViewportScrollY() is pageHeight - internals.visualViewportHeight()
+PASS internals.visualViewportScrollX() is 0
+PASS internals.visualViewportScrollY() is 0
+PASS internals.visualViewportScrollX() is 0
Testing Line Scrolling:
-PASS window.scrollY is pageHeight - window.innerHeight
-PASS window.scrollX is 0
-PASS window.scrollY is 0
-PASS window.scrollX is 0
+PASS internals.visualViewportScrollY() is pageHeight - internals.visualViewportHeight()
+PASS internals.visualViewportScrollX() is 0
+PASS internals.visualViewportScrollY() is 0
+PASS internals.visualViewportScrollX() is 0
Top of pageBottom of pageLeft of pageRight of pageMiddle of page

Powered by Google App Engine
This is Rietveld 408576698