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

Side by Side Diff: LayoutTests/fast/css/scroll-blocks-on-parsing-expected.txt

Issue 723373006: Add CSS parsing support for the scroll-blocks-on property (in place of touch-action-delay) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Apply CR feedback Created 6 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
(Empty)
1 Test the parsing and application of the scroll-blocks-on property.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Test case: default
7 PASS style.scrollBlocksOn is "none"
8
9 Test case: stylesheet-wheel
10 PASS style.scrollBlocksOn is "wheel-event"
11
12 Test case: explicit-none
13 PASS style.scrollBlocksOn is "none"
14
15 Test case: explicit-start-touch
16 PASS style.scrollBlocksOn is "start-touch"
17
18 Test case: explicit-wheel-event
19 PASS style.scrollBlocksOn is "wheel-event"
20
21 Test case: explicit-scroll-event
22 PASS style.scrollBlocksOn is "scroll-event"
23
24 Test case: explicit-all
25 PASS style.scrollBlocksOn is "start-touch wheel-event scroll-event"
26
27 Test case: explicit-touch-wheel
28 PASS style.scrollBlocksOn is "start-touch wheel-event"
29
30 Test case: explicit-invalid-bogus
31 PASS style.scrollBlocksOn is "none"
32
33 Test case: explicit-invalid-combination
34 PASS style.scrollBlocksOn is "none"
35
36 Test case: explicit-invalid-override
37 PASS style.scrollBlocksOn is "wheel-event"
38
39 Test case: explicit-invalid-duplicate
40 PASS style.scrollBlocksOn is "none"
41
42 Test case: explicit-invalid-bogus-list
43 PASS style.scrollBlocksOn is "none"
44
45 Test case: not-inherited
46 PASS style.scrollBlocksOn is "none"
47
48 Test case: inherit
49 PASS style.scrollBlocksOn is "wheel-event"
50
51 Test case: initial
52 PASS style.scrollBlocksOn is "none"
53
54 PASS successfullyParsed is true
55
56 TEST COMPLETE
57
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/scroll-blocks-on-parsing.html ('k') | LayoutTests/fast/css/touch-action-delay-parsing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698