| 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
|
| -
|
|
|