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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/wheelevent-ctrl-expected.txt

Issue 2261173005: wheel layout tests moved to fast/events/wheel folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/wheelevent-ctrl-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/wheelevent-ctrl-expected.txt b/third_party/WebKit/LayoutTests/fast/events/wheelevent-ctrl-expected.txt
deleted file mode 100644
index 774399a9edebae7a94983709c88beebc4975ee19..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/events/wheelevent-ctrl-expected.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-TOP
-
-
-
-Scroll mouse wheel over here
-
-
-
-END
-And scroll the document here
-Tests that wheel events with the ctrl modifier are handled properly
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Test mousewheel events over scrollable div
-With ctrl modifier set and canScroll set to be false
-PASS wheelEventCount is 1
-PASS deltaY is 80
-PASS ctrlKey is true
-PASS testDiv.scrollTop is 0
-Without ctrl and canScroll set to be default true
-PASS wheelEventCount is 1
-PASS deltaY is 80
-PASS ctrlKey is false
-PASS testDiv.scrollTop is deltaY
-
-Test mousewheel events over the document
-With ctrl modifier set and canScroll set to be false
-PASS wheelEventCount is 1
-PASS deltaY is 80
-PASS ctrlKey is true
-PASS window.scrollY is 0
-With ctrl modifier set and canScroll set to be true
-PASS wheelEventCount is 1
-PASS deltaY is 80
-PASS ctrlKey is true
-PASS window.scrollY is deltaY
-Now without ctrl and canScroll set to be default true
-PASS wheelEventCount is 1
-PASS deltaY is 80
-PASS ctrlKey is false
-PASS window.scrollY is 160
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698