Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / mouse-events-within-no-element-expected.txt
blob8a06ca008be5132515693bdf7f2e5a7a7a6d0b52
2 Tests that the mouse event is fired when the mouse pointer stays in document but there is no element
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS successfullyParsed is true
9 TEST COMPLETE
12 --------
13 Frame: '<!--framePath //<!--frame0-->-->'
14 --------
15 POINTER
16 PASS events[0] is "mousemove"
17 PASS targets[0] is "#document"
18 PASS events[1] is "mousemove"
19 PASS targets[1] is "BODY"
20 PASS events[2] is "mousemove"
21 PASS targets[2] is "#document"
22 PASS events[3] is "mouseover"
23 PASS targets[3] is "#document"
24 PASS events[4] is "mouseover"
25 PASS targets[4] is "BODY"
26 PASS events[5] is "mouseover"
27 PASS targets[5] is "#document"
28 PASS events[6] is "mouseout"
29 PASS targets[6] is "#document"
30 PASS events[7] is "mouseout"
31 PASS targets[7] is "BODY"
32 PASS events[8] is "mouseout"
33 PASS targets[8] is "#document"
34 PASS events[9] is "mouseenter"
35 PASS targets[9] is "#document"
36 PASS events[10] is "mouseleave"
37 PASS targets[10] is "#document"
38 PASS events[11] is "mouseenter"
39 PASS targets[11] is "#document"
40 PASS events[12] is "mouseenter"
41 PASS targets[12] is "BODY"
42 PASS events[13] is "mouseleave"
43 PASS targets[13] is "BODY"
44 PASS events[14] is "mouseleave"
45 PASS targets[14] is "#document"
46 PASS successfullyParsed is true
48 TEST COMPLETE