OLD | NEW |
---|---|
(Empty) | |
1 This tests that frame scrollbars always receive events even when there is an ele ment underneath the scrollbar which swallows the event. In this case an event ha ndler is added to the window which swallows the event but this may also happen w ith elements underneath of overlay scrollbars. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
4 | |
5 | |
6 PASS successfullyParsed is true | |
7 | |
8 TEST COMPLETE | |
9 PASS window.scrollY is 0 | |
10 PASS window.receivedClickEvent is true | |
11 This is a div. | |
12 | |
OLD | NEW |