| Index: LayoutTests/fast/events/wheelevent-ctrl-expected.txt
|
| diff --git a/LayoutTests/fast/events/wheelevent-ctrl-expected.txt b/LayoutTests/fast/events/wheelevent-ctrl-expected.txt
|
| index 967df05fa9f1ebd05a009d3e860f7a38893bb4f4..d8b1564f1547f87aed855b964c7d029f8c161f82 100644
|
| --- a/LayoutTests/fast/events/wheelevent-ctrl-expected.txt
|
| +++ b/LayoutTests/fast/events/wheelevent-ctrl-expected.txt
|
| @@ -14,24 +14,24 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| Test mousewheel events over scrollable div
|
| -With ctrl modifier set
|
| +With ctrl modifier set and suppressScroll set to be true
|
| PASS wheelEventCount is 1
|
| PASS deltaY is 80
|
| PASS ctrlKey is true
|
| PASS testDiv.scrollTop is 0
|
| -Without ctrl
|
| +Without ctrl and suppressScroll set to be default false
|
| 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
|
| +With ctrl modifier set and suppressScroll set to be true
|
| PASS wheelEventCount is 1
|
| PASS deltaY is 80
|
| PASS ctrlKey is true
|
| -PASS document.body.scrollTop is 0
|
| -Now without ctrl
|
| +PASS window.scrollY is 0
|
| +Now without ctrl and suppressScroll set to be default false
|
| PASS wheelEventCount is 1
|
| PASS deltaY is 80
|
| PASS ctrlKey is false
|
|
|