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/touch/gesture/touch-gesture-fling-with-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/events/touch/gesture/touch-gesture-fling-with-page-scale-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-fling-with-page-scale-expected.txt b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-fling-with-page-scale-expected.txt
index ae7304dd8fcfb53a56fb5ca423e84c2797fe6a35..67df03122b247565794819606ca46dbd3aae2465 100644
--- a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-fling-with-page-scale-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-fling-with-page-scale-expected.txt
@@ -5,14 +5,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Flinging vertically with mouse over container. Container should be scrolled.
PASS verticalContainer.scrollTop is not fullyScrolled
-Flinging vertically with mouse *not* over container. Container should not be scrolled at all.
-PASS verticalContainer.scrollTop is fullyScrolled
-PASS horizontalContainer.scrollLeft is fullyScrolled
Flinging horizontally with mouse over container. Container should be scrolled.
PASS horizontalContainer.scrollLeft is not fullyScrolled
-Flinging horizontally with mouse *not* over container. Container should not be scrolled at all.
-PASS verticalContainer.scrollTop is fullyScrolled
-PASS horizontalContainer.scrollLeft is fullyScrolled
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698