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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/touch-action-parsing-expected.txt

Issue 2126323002: Add support for touch-action: pinch-zoom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add exception for mac Created 4 years, 2 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
OLDNEW
(Empty)
1 Test the parsing and application of the touch-action 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.touchAction is "auto"
8
9 Test case: stylesheet-none
10 PASS style.touchAction is "none"
11
12 Test case: explicit-auto
13 PASS style.touchAction is "auto"
14
15 Test case: explicit-pan-x
16 PASS style.touchAction is "pan-x"
17
18 Test case: explicit-pan-left
19 PASS style.touchAction is "pan-left"
20
21 Test case: explicit-pan-right
22 PASS style.touchAction is "pan-right"
23
24 Test case: explicit-pan-y
25 PASS style.touchAction is "pan-y"
26
27 Test case: explicit-pan-up
28 PASS style.touchAction is "pan-up"
29
30 Test case: explicit-pan-down
31 PASS style.touchAction is "pan-down"
32
33 Test case: explicit-pan-x-pan-y
34 PASS style.touchAction is "pan-x pan-y"
35
36 Test case: explicit-pan-y-pan-x
37 PASS style.touchAction is "pan-x pan-y"
38
39 Test case: explicit-pan-left-pan-up
40 PASS style.touchAction is "pan-left pan-up"
41
42 Test case: explicit-pan-left-pan-down
43 PASS style.touchAction is "pan-left pan-down"
44
45 Test case: explicit-pan-right-pan-up
46 PASS style.touchAction is "pan-right pan-up"
47
48 Test case: explicit-pan-right-pan-down
49 PASS style.touchAction is "pan-right pan-down"
50
51 Test case: explicit-pan-up-pan-left
52 PASS style.touchAction is "pan-left pan-up"
53
54 Test case: explicit-pan-up-pan-right
55 PASS style.touchAction is "pan-right pan-up"
56
57 Test case: explicit-pan-down-pan-left
58 PASS style.touchAction is "pan-left pan-down"
59
60 Test case: explicit-pan-down-pan-right
61 PASS style.touchAction is "pan-right pan-down"
62
63 Test case: explicit-manipulation
64 PASS style.touchAction is "manipulation"
65
66 Test case: explicit-none
67 PASS style.touchAction is "none"
68
69 Test case: explicit-invalid-1
70 PASS style.touchAction is "auto"
71
72 Test case: explicit-invalid-2
73 PASS style.touchAction is "none"
74
75 Test case: explicit-invalid-3
76 PASS style.touchAction is "auto"
77
78 Test case: explicit-invalid-4
79 PASS style.touchAction is "auto"
80
81 Test case: explicit-invalid-5
82 PASS style.touchAction is "auto"
83
84 Test case: explicit-invalid-6
85 PASS style.touchAction is "auto"
86
87 Test case: explicit-invalid-7
88 PASS style.touchAction is "auto"
89
90 Test case: explicit-invalid-8
91 PASS style.touchAction is "auto"
92
93 Test case: explicit-invalid-9
94 PASS style.touchAction is "auto"
95
96 Test case: explicit-invalid-10
97 PASS style.touchAction is "auto"
98
99 Test case: explicit-invalid-11
100 PASS style.touchAction is "auto"
101
102 Test case: explicit-invalid-12
103 PASS style.touchAction is "auto"
104
105 Test case: explicit-invalid-13
106 PASS style.touchAction is "auto"
107
108 Test case: not-inherited
109 PASS style.touchAction is "auto"
110
111 Test case: inherit
112 PASS style.touchAction is "none"
113
114 Test case: initial
115 PASS style.touchAction is "auto"
116
117 PASS successfullyParsed is true
118
119 TEST COMPLETE
120
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698