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