Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / plugins / overlay-scrollbar-mouse-capture-expected.txt
blob18793329a3a4f4da3aac50f08dd16fc90ec40ad4
2 This tests whether scrolling still works correctly when an overlay scrollbar is over a plugin. The plugin should still receive mouse down/up events when clicking an overlay scrollbar. Scrolling should still work correctly too. However mouse capture should not be started on the plugin as this would interfere with events going to the scrollbar.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS eventHistory.length is 2
8 PASS eventHistory[0] is "plugin.mousedown"
9 PASS eventHistory[1] is "plugin.mouseup"
10 PASS window.scrollY is not 0
11 PASS successfullyParsed is true
13 TEST COMPLETE