Index: LayoutTests/fast/events/dispatch-mouse-events-to-window-always-expected.txt |
diff --git a/LayoutTests/fast/events/dispatch-mouse-events-to-window-always-expected.txt b/LayoutTests/fast/events/dispatch-mouse-events-to-window-always-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..97e66b9e72a5b7a385ab64843a06cd7b5f6c72a1 |
--- /dev/null |
+++ b/LayoutTests/fast/events/dispatch-mouse-events-to-window-always-expected.txt |
@@ -0,0 +1,42 @@ |
+Test that wheel and mouse events are dispatched to document and window even if they do not hit any element in the page. |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+outside body, inside element |
+eventType: mousedown |
+PASS actualReceivers is expectedReceivers |
+eventType: mouseup |
+PASS actualReceivers is expectedReceivers |
+eventType: click |
+PASS actualReceivers is expectedReceivers |
+eventType: wheel |
+PASS actualReceivers is expectedReceivers |
+inside body, outside element |
+eventType: mousedown |
+PASS actualReceivers is expectedReceivers |
+eventType: mouseup |
+PASS actualReceivers is expectedReceivers |
+eventType: click |
+PASS actualReceivers is expectedReceivers |
+eventType: wheel |
+PASS actualReceivers is expectedReceivers |
+outside body, outside element, inside frame |
+eventType: mousedown |
+PASS actualReceivers is expectedReceivers |
+eventType: mouseup |
+PASS actualReceivers is expectedReceivers |
+eventType: click |
+PASS actualReceivers is expectedReceivers |
+eventType: wheel |
+PASS actualReceivers is expectedReceivers |
+outside body, outside element, outside frame |
+eventType: mousedown |
+PASS actualReceivers is expectedReceivers |
+eventType: mouseup |
+PASS actualReceivers is expectedReceivers |
+eventType: click |
+PASS actualReceivers is expectedReceivers |
+eventType: wheel |
+PASS actualReceivers is expectedReceivers |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |