Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Top of outer div. | |
| 2 | |
| 3 Inner div. | |
| 4 | |
| 5 Bottom of outer div. | |
| 6 | |
| 7 Test for bug 232965 This tests that vertical pan scrolling does not propagate fr om the inner div to the outer div when the outer div has no vertical overflow. | |
| 8 | |
| 9 PASS outerdiv.scrollLeft is not 0 | |
| 10 PASS outerdiv.scrollTop is 0 | |
| 11 | |
| OLD | NEW |