Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / page-scaled-mouse-click-expected.txt
blob7fe51b0b21e0879131d83893f476bf5ee517e5f0
1 This tests that page scaling does not affect mouse event pageX and pageY coordinates.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Unscaled
7 PASS eventLog is "click(10, 10)"
9 setPageScale(0.5)
10 PASS eventLog is "click(20, 20)"
12 PASS successfullyParsed is true
14 TEST COMPLETE