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

Side by Side Diff: LayoutTests/fast/css/touch-action-delay-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 touch-action-delay 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.touchActionDelay is "script"
8
9 Test case: stylesheet-none
10 PASS style.touchActionDelay is "none"
11
12 Test case: stylesheet-explicit-script
13 PASS style.touchActionDelay is "script"
14
15 Test case: stylesheet-explicit-none
16 PASS style.touchActionDelay is "none"
17
18 Test case: inherited
19 PASS style.touchActionDelay is "none"
20
21 Test case: explicit-inherit
22 PASS style.touchActionDelay is "none"
23
24 Test case: initial
25 PASS style.touchActionDelay is "script"
26
27 Test case: explicit-invalid
28 PASS style.touchActionDelay is "script"
29
30 Test case: explicit-script
31 PASS style.touchActionDelay is "script"
32
33 PASS successfullyParsed is true
34
35 TEST COMPLETE
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698