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

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

Issue 1413493005: Update layout tests to work when smooth scrolling is enabled by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: worked on nit Created 5 years, 1 month 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 a0bef3556faedcf695505a6efd12ee6b11ea371e..fb03ece0ee71248bb26d6f191660b35741811599 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
@@ -2,12 +2,9 @@ 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 internals.visualViewportScrollX() == 200 && internals.visualViewportScrollY() == 301 became true
+PASS internals.visualViewportScrollX() == 201 && internals.visualViewportScrollY() == 301 became true
+PASS internals.visualViewportScrollX() == 199 && internals.visualViewportScrollY() == 299 became true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698