| OLD | NEW |
| 1 CONSOLE MESSAGE: Blink Test Plugin: initializing | |
| 2 | 1 |
| 3 This tests whether scrolling still works correctly when an overlay scrollbar is
over a plugin. Clicking on the overlay scrollbar should cause it to activate and
capture input. | 2 This tests whether scrolling still works correctly when an overlay scrollbar is
over a plugin. Clicking on the overlay scrollbar should cause it to activate and
capture input. |
| 4 | 3 |
| 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 6 | 5 |
| 7 | 6 |
| 8 PASS eventHistory.length is 2 | 7 PASS eventHistory.length is 2 |
| 9 PASS eventHistory[0] is "plugin.mousedown" | 8 PASS eventHistory[0] is "plugin.mousedown" |
| 10 PASS eventHistory[1] is "plugin.mouseup" | 9 PASS eventHistory[1] is "plugin.mouseup" |
| 11 PASS window.scrollY > 0 is true | 10 PASS window.scrollY > 0 is true |
| 12 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
| 13 | 12 |
| 14 TEST COMPLETE | 13 TEST COMPLETE |
| 15 | 14 |
| OLD | NEW |