Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / dispatch-mouse-events-to-window-always-expected.txt
blob3e20e30620921e499ad68483a3fdfe1f1f0fd3fe
1 Test that wheel and mouse events are dispatched to document and window even if they do not hit any element in the page.
2 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
3 outside body, inside element
4 eventType: mousedown
5 PASS objectsToString(actualReceivers) is "HTMLDivElement,HTMLBodyElement,HTMLDocument,Window"
6 eventType: mouseup
7 PASS objectsToString(actualReceivers) is "HTMLDivElement,HTMLBodyElement,HTMLDocument,Window"
8 eventType: click
9 PASS objectsToString(actualReceivers) is "HTMLDivElement,HTMLBodyElement,HTMLDocument,Window"
10 eventType: wheel
11 PASS objectsToString(actualReceivers) is "HTMLDivElement,HTMLBodyElement,HTMLDocument,Window"
12 inside body, outside element
13 eventType: mousedown
14 PASS objectsToString(actualReceivers) is "HTMLBodyElement,HTMLDocument,Window"
15 eventType: mouseup
16 PASS objectsToString(actualReceivers) is "HTMLBodyElement,HTMLDocument,Window"
17 eventType: click
18 PASS objectsToString(actualReceivers) is "HTMLBodyElement,HTMLDocument,Window"
19 eventType: wheel
20 PASS objectsToString(actualReceivers) is "HTMLBodyElement,HTMLDocument,Window"
21 outside body, outside element, inside frame
22 eventType: mousedown
23 PASS objectsToString(actualReceivers) is "HTMLDocument,Window"
24 eventType: mouseup
25 PASS objectsToString(actualReceivers) is "HTMLDocument,Window"
26 eventType: click
27 PASS objectsToString(actualReceivers) is "HTMLDocument,Window"
28 eventType: wheel
29 PASS objectsToString(actualReceivers) is "HTMLDocument,Window"
30 PASS successfullyParsed is true
32 TEST COMPLETE