Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / event-sender-mouseleave-expected.txt
blobfe761c31fe20cd69038e388fac47f95dff20bc32
1 PASS hasMouseLeave is true
2 PASS hasMouseOut is true
3 PASS box.offsetLeft + 10 is lastMouseX
4 PASS box.offsetTop + 10 is lastMouseY
5 PASS successfullyParsed is true
7 TEST COMPLETE
8 Test that a mouse leave event is triggered when the OS tells us the mouse has left without changing position.
10 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".