OLD | NEW |
1 CONSOLE MESSAGE: line 17: window count: 1 | 1 CONSOLE MESSAGE: line 17: window count: 1 |
2 CONSOLE MESSAGE: line 21: PLUGIN: getFocusEvent | |
3 CONSOLE MESSAGE: line 21: PLUGIN: mouseDown at (12, 12) | |
4 CONSOLE MESSAGE: line 30: window count: 2 | 2 CONSOLE MESSAGE: line 30: window count: 2 |
5 CONSOLE MESSAGE: line 22: PLUGIN: mouseUp at (12, 12) | |
6 CONSOLE MESSAGE: line 42: PLUGIN: loseFocusEvent | |
7 CONSOLE MESSAGE: line 42: PLUGIN: getFocusEvent | |
8 CONSOLE MESSAGE: line 42: PLUGIN: mouseDown at (52, 12) | |
9 CONSOLE MESSAGE: line 43: PLUGIN: mouseUp at (52, 12) | |
10 CONSOLE MESSAGE: line 44: PLUGIN: keyDown 'p' | |
11 CONSOLE MESSAGE: line 52: window count: 3 | 3 CONSOLE MESSAGE: line 52: window count: 3 |
12 CONSOLE MESSAGE: line 44: PLUGIN: keyUp 'p' | |
13 | 4 |
14 | 5 |
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 plu
gin. The test is for bug https://bugs.webkit.org/show_bug.cgi?id=41292. | 6 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 plu
gin. The test is for bug https://bugs.webkit.org/show_bug.cgi?id=41292. |
16 Opening window by mouse down is PASSED | 7 Opening window by mouse down is PASSED |
17 Opening window by key down is PASSED | 8 Opening window by key down is PASSED |
OLD | NEW |