Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test that wheel scrolling over the page scrollbar scrolls the page. We also plac ed an overflow div below the scrollbar to make sure we target the page and not t he div in that case. | |
| 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 30 | |
| 10 PASS overflowDiv.scrollTop is 0 | |
| 11 PASS successfullyParsed is true | |
| 12 | |
| 13 TEST COMPLETE | |
| 14 | |
| OLD | NEW |