Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Side by Side Diff: LayoutTests/fast/events/panScroll-nested-divs-forbidden-expected.txt

Issue 14767007: A div can be pan-scrolled beyond its overflow (Windows only) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WIP, not for review Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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 successfullyParsed is true
10
11 TEST COMPLETE
12 PASS outerdiv.scrollTop == 0 before the pan scroll.
13 PASS outerdiv.scrollLeft == 0 before the pan scroll.
14 PASS retryCount is 0
15 PASS retryCount is 1
16 PASS retryCount is 2
17 PASS retryCount is 3
18 PASS retryCount is 4
19 PASS retryCount is 5
20 PASS retryCount is 6
21 PASS retryCount is 7
22 PASS retryCount is 8
23 PASS retryCount is 9
24 PASS retryCount is 10
25 PASS Outer div was scrolled horizontally.
26 PASS Outer div was not scrolled vertically.
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698