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

Unified Diff: third_party/WebKit/LayoutTests/fast/scrolling/overflow-scrollability-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/scrolling/overflow-scrollability-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/scrolling/overflow-scrollability-expected.txt b/third_party/WebKit/LayoutTests/fast/scrolling/overflow-scrollability-expected.txt
index 90b22e5b02e92c15bc416dd82d77d1e36984fcdd..587351a883caf4fef82b2ad5b7d4a82be4fb6357 100644
--- a/third_party/WebKit/LayoutTests/fast/scrolling/overflow-scrollability-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/scrolling/overflow-scrollability-expected.txt
@@ -3,33 +3,17 @@ This tests that scrollable areas with the appropriate overflow mode set are in f
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+PASS div.scrollTop == window.pixelsPerWheelTick && div.scrollLeft == window.pixelsPerWheelTick became true
+PASS div.scrollTop == window.pixelsPerWheelTick && div.scrollLeft == window.pixelsPerWheelTick became true
+PASS div.scrollTop == 0 && div.scrollLeft == 0 became true
+PASS div.scrollTop == window.pixelsPerWheelTick && div.scrollLeft == window.pixelsPerWheelTick became true
+PASS div.scrollTop == 0 && div.scrollLeft == 0 became true
+PASS div.scrollTop == 0 && div.scrollLeft == 0 became true
+PASS div.scrollTop == 0 && div.scrollLeft == 0 became true
+PASS div.scrollTop == 0 && div.scrollLeft == 0 became true
PASS successfullyParsed is true
TEST COMPLETE
-===overflow:scroll with overflow
-PASS div.scrollTop is window.pixelsPerWheelTick
-PASS div.scrollLeft is window.pixelsPerWheelTick
-===overflow:auto with overflow
-PASS div.scrollTop is window.pixelsPerWheelTick
-PASS div.scrollLeft is window.pixelsPerWheelTick
-===overflow:hidden with overflow
-PASS div.scrollTop is 0
-PASS div.scrollLeft is 0
-===overflow:overlay with overflow
-PASS div.scrollTop is window.pixelsPerWheelTick
-PASS div.scrollLeft is window.pixelsPerWheelTick
-===overflow:scroll without overflow
-PASS div.scrollTop is 0
-PASS div.scrollLeft is 0
-===overflow:auto without overflow
-PASS div.scrollTop is 0
-PASS div.scrollLeft is 0
-===overflow:hidden without overflow
-PASS div.scrollTop is 0
-PASS div.scrollLeft is 0
-===overflow:overlay without overflow
-PASS div.scrollTop is 0
-PASS div.scrollLeft is 0
scroll with overflow
Content
auto with overflow

Powered by Google App Engine
This is Rietveld 408576698