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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/wheelevent-basic-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-basic-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/wheelevent-basic-expected.txt b/third_party/WebKit/LayoutTests/fast/events/wheelevent-basic-expected.txt
deleted file mode 100644
index d189f86334129c3d346617e91de45ca2cb98d7d4..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/events/wheelevent-basic-expected.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP
-Scroll mouse wheel over here
-Scroll mouse wheel over here
-Scroll mouse wheel over here
-Scroll mouse wheel over here
-Scroll mouse wheel over here
-Scroll mouse wheel over here
-END END END END END END END END END END END END END END
-Tests the basic functionality of the standard wheel event
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS WheelEvent.__proto__ is MouseEvent
-PASS WheelEvent.prototype.__proto__ is MouseEvent.prototype
-PASS WheelEvent.DOM_DELTA_PIXEL is 0x00
-PASS WheelEvent.DOM_DELTA_LINE is 0x01
-PASS WheelEvent.DOM_DELTA_PAGE is 0x02
-PASS window.onwheel is null
-PASS document.onwheel is null
-PASS testDiv.onwheel is null
-PASS testEvent.__proto__ is WheelEvent.prototype
-PASS testEvent.__proto__.__proto__ is MouseEvent.prototype
-PASS testEvent.deltaZ is 0
-PASS testEvent.deltaMode is WheelEvent.DOM_DELTA_PIXEL
-PASS deltaX > 0 && deltaY > 0 && deltaX == testDiv.scrollLeft && deltaY == testDiv.scrollTop became true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698