| OLD | NEW |
| 1 Plugin received event: MouseEnter | 1 Plugin received event: MouseEnter |
| 2 * not handling user gesture | 2 * not handling user gesture |
| 3 Plugin received event: MouseMove | 3 Plugin received event: MouseMove |
| 4 * not handling user gesture | 4 * not handling user gesture |
| 5 Plugin received event: MouseDown | 5 Plugin received event: MouseDown |
| 6 * handling user gesture | 6 * handling user gesture |
| 7 Plugin received event: MouseUp | 7 Plugin received event: MouseUp |
| 8 * handling user gesture | 8 * handling user gesture |
| 9 Plugin received event: MouseDown | 9 Plugin received event: MouseDown |
| 10 * not handling user gesture | 10 * not handling user gesture |
| 11 Plugin received event: MouseUp | 11 Plugin received event: MouseUp |
| 12 * not handling user gesture | 12 * not handling user gesture |
| 13 | 13 |
| 14 Test that the user gesture indicator is correctly set for events forwarded throu
gh the WebPluginContainer. The tests succeeds if the first mousedown/mouseup eve
nt pair is a user gesture, and the second is not. | 14 Test that the user gesture indicator is correctly set for events forwarded throu
gh the WebPluginContainer. The tests succeeds if the first mousedown/mouseup eve
nt pair is a user gesture, and the second is not. |
| OLD | NEW |