Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / plugins / user-gesture-expected.txt
blobb7537c60e2967c3ab3ae8c0db23a06fbcda0a89d
1 Plugin received event: MouseEnter
2 * not handling user gesture
3 Plugin received event: MouseMove
4 * not handling user gesture
5 Plugin received event: MouseDown
6 * handling user gesture
7 Plugin received event: MouseUp
8 * handling user gesture
9 Plugin received event: MouseUp
10 * handling user gesture
11 Plugin received event: MouseDown
12 * not handling user gesture
13 Plugin received event: MouseUp
14 * not handling user gesture
16 Test that the user gesture indicator is correctly set for events forwarded through the WebPluginContainer. The tests succeeds if the first mousedown/mouseup event pair is a user gesture, and the second is not.