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

Side by Side Diff: LayoutTests/fast/scrolling/overflow-scrollability-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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
1 This tests that scrollable areas with the appropriate overflow mode set are in f act scrollable by the user. 1 This tests that scrollable areas with the appropriate overflow mode set are in f act scrollable by the user.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
6 ===overflow:scroll with overflow 9 ===overflow:scroll with overflow
7 PASS div.scrollTop is window.pixelsPerWheelTick 10 PASS div.scrollTop is window.pixelsPerWheelTick
8 PASS div.scrollLeft is window.pixelsPerWheelTick 11 PASS div.scrollLeft is window.pixelsPerWheelTick
9 ===overflow:auto with overflow 12 ===overflow:auto with overflow
10 PASS div.scrollTop is window.pixelsPerWheelTick 13 PASS div.scrollTop is window.pixelsPerWheelTick
11 PASS div.scrollLeft is window.pixelsPerWheelTick 14 PASS div.scrollLeft is window.pixelsPerWheelTick
12 ===overflow:hidden with overflow 15 ===overflow:hidden with overflow
13 PASS div.scrollTop is 0 16 PASS div.scrollTop is 0
14 PASS div.scrollLeft is 0 17 PASS div.scrollLeft is 0
15 ===overflow:overlay with overflow 18 ===overflow:overlay with overflow
(...skipping 20 matching lines...) Expand all
36 overlay with overflow 39 overlay with overflow
37 Content 40 Content
38 scroll without overflow 41 scroll without overflow
39 Content 42 Content
40 auto without overflow 43 auto without overflow
41 Content 44 Content
42 hidden without overflow 45 hidden without overflow
43 Content 46 Content
44 overlay without overflow 47 overlay without overflow
45 Content 48 Content
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698