Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / win / plugins / plugin-initiate-popup-window-expected.txt
blob19e20f1a3b8e5950a1240d19cb0580d86284c414
1 CONSOLE MESSAGE: line 17: window count: 1
2 CONSOLE MESSAGE: line 21: PLUGIN: getFocusEvent
3 CONSOLE MESSAGE: line 21: PLUGIN: mouseDown at (20, 20)
4 CONSOLE MESSAGE: line 30: window count: 2
5 CONSOLE MESSAGE: line 22: PLUGIN: mouseUp at (20, 20)
6 CONSOLE MESSAGE: line 42: PLUGIN: loseFocusEvent
7 CONSOLE MESSAGE: line 42: PLUGIN: getFocusEvent
8 CONSOLE MESSAGE: line 42: PLUGIN: mouseDown at (60, 60)
9 CONSOLE MESSAGE: line 43: PLUGIN: mouseUp at (60, 60)
10 CONSOLE MESSAGE: line 44: PLUGIN: keyDown 'P'
11 CONSOLE MESSAGE: line 52: window count: 3
12 CONSOLE MESSAGE: line 44: PLUGIN: keyUp 'P'
15 Specify a script and a mouse/keyboard event to the plugin. The specified script will be evaluated in the browser when the specified event is received by the plugin. The test is for bug https://bugs.webkit.org/show_bug.cgi?id=41292.
16 Opening window by mouse down is PASSED
17 Opening window by key down is PASSED