11This tests that scrollbars always receive events even when there is an element underneath the scrollbar which swallows the event. In this case an event handler is added to the window which swallows the event but this may also happen with elements underneath of overlay scrollbars.
22
33On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
44
55
6FAIL receivedMousedownEvent should be true. Was false.
7FAIL window.scrollY failed to change to 0 in 0.5 seconds.
68PASS receivedMousedownEvent is true
7PASS window.scrollY became 0
8PASS receivedMousedownEvent is true
9PASS subframe.scrollTop became 0
9FAIL subframe.scrollTop failed to change to 0 in 0.5 seconds.
1010PASS successfullyParsed is true
1111
1212TEST COMPLETE
1313