Index: LayoutTests/fast/events/event-handler-count-expected.txt |
diff --git a/LayoutTests/fast/events/touch/touch-handler-count-expected.txt b/LayoutTests/fast/events/event-handler-count-expected.txt |
similarity index 75% |
rename from LayoutTests/fast/events/touch/touch-handler-count-expected.txt |
rename to LayoutTests/fast/events/event-handler-count-expected.txt |
index a298288c0c6382833471f1de64c3272921c0f6f5..3d65da59177a3d78e81930473dd2c3f4abf9f41c 100644 |
--- a/LayoutTests/fast/events/touch/touch-handler-count-expected.txt |
+++ b/LayoutTests/fast/events/event-handler-count-expected.txt |
@@ -1,4 +1,4 @@ |
-This test checks that we correctly update the touch event handler count as event handlers are added and removed |
+This test checks that we correctly update the event handler counts as event handlers are added and removed |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
@@ -13,23 +13,18 @@ PASS window.internals.touchEventHandlerCount(document) is 1 |
PASS window.internals.touchEventHandlerCount(document) is 1 |
PASS window.internals.touchEventHandlerCount(document) is 1 |
PASS window.internals.touchEventHandlerCount(document) is 0 |
-Test setting touch handlers on the document. |
-PASS window.internals.touchEventHandlerCount(document) is 0 |
-PASS window.internals.touchEventHandlerCount(document) is 4 |
-PASS window.internals.touchEventHandlerCount(document) is 4 |
-PASS window.internals.touchEventHandlerCount(document) is 3 |
-PASS window.internals.touchEventHandlerCount(document) is 3 |
-PASS window.internals.touchEventHandlerCount(document) is 0 |
+Test setting scroll handlers on the document. |
+PASS window.internals.scrollEventHandlerCount(document) is 0 |
+PASS window.internals.scrollEventHandlerCount(document) is 1 |
+PASS window.internals.scrollEventHandlerCount(document) is 1 |
+PASS window.internals.scrollEventHandlerCount(document) is 0 |
Test addEventListener/removeEventListener on the window. |
-PASS window.internals.touchEventHandlerCount(document) is 0 |
-PASS window.internals.touchEventHandlerCount(document) is 1 |
-PASS window.internals.touchEventHandlerCount(document) is 2 |
-PASS window.internals.touchEventHandlerCount(document) is 3 |
-PASS window.internals.touchEventHandlerCount(document) is 2 |
-PASS window.internals.touchEventHandlerCount(document) is 1 |
-PASS window.internals.touchEventHandlerCount(document) is 1 |
-PASS window.internals.touchEventHandlerCount(document) is 1 |
-PASS window.internals.touchEventHandlerCount(document) is 0 |
+PASS window.internals.wheelEventHandlerCount(document) is 0 |
+PASS window.internals.wheelEventHandlerCount(document) is 1 |
+PASS window.internals.wheelEventHandlerCount(document) is 2 |
+PASS window.internals.wheelEventHandlerCount(document) is 1 |
+PASS window.internals.wheelEventHandlerCount(document) is 1 |
+PASS window.internals.wheelEventHandlerCount(document) is 0 |
Test setting touch handlers on the window. |
PASS window.internals.touchEventHandlerCount(document) is 0 |
PASS window.internals.touchEventHandlerCount(document) is 4 |
@@ -37,6 +32,16 @@ PASS window.internals.touchEventHandlerCount(document) is 4 |
PASS window.internals.touchEventHandlerCount(document) is 3 |
PASS window.internals.touchEventHandlerCount(document) is 3 |
PASS window.internals.touchEventHandlerCount(document) is 0 |
+Test setting onmousewheel on the window. |
+PASS window.internals.wheelEventHandlerCount(document) is 0 |
+PASS window.internals.wheelEventHandlerCount(document) is 1 |
+PASS window.internals.wheelEventHandlerCount(document) is 1 |
+PASS window.internals.wheelEventHandlerCount(document) is 0 |
+Test setting onscroll on the window. |
+PASS window.internals.scrollEventHandlerCount(document) is 0 |
+PASS window.internals.scrollEventHandlerCount(document) is 1 |
+PASS window.internals.scrollEventHandlerCount(document) is 1 |
+PASS window.internals.scrollEventHandlerCount(document) is 0 |
Test addEventListener/removeEventListener on a div. |
PASS window.internals.touchEventHandlerCount(document) is 0 |
PASS window.internals.touchEventHandlerCount(document) is 1 |
@@ -54,7 +59,7 @@ PASS window.internals.touchEventHandlerCount(document) is 4 |
PASS window.internals.touchEventHandlerCount(document) is 3 |
PASS window.internals.touchEventHandlerCount(document) is 3 |
PASS window.internals.touchEventHandlerCount(document) is 0 |
-Test redudant addEventListener on a div. |
+Test redundant addEventListener on a div. |
PASS window.internals.touchEventHandlerCount(document) is 0 |
PASS window.internals.touchEventHandlerCount(document) is 1 |
PASS window.internals.touchEventHandlerCount(document) is 1 |