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: third_party/WebKit/LayoutTests/fast/backgrounds/background-position-parsing-2-expected.txt

Issue 1715513002: Move background related shorthands into CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase test Created 4 years, 9 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
1 Test to make sure background-position is parsed correctly. 1 Test to make sure background-position is parsed correctly.
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 background-position with one value 6 background-position with one value
7 PASS computedStyle.backgroundPosition is '0% 0%' 7 PASS computedStyle.backgroundPosition is '0% 0%'
8 PASS style.backgroundPosition is '70% 50%' 8 PASS style.backgroundPosition is '70% center'
9 PASS computedStyle.backgroundPosition is '70% 50%' 9 PASS computedStyle.backgroundPosition is '70% 50%'
10 PASS style.backgroundPosition is '84px 50%' 10 PASS style.backgroundPosition is '84px center'
11 PASS computedStyle.backgroundPosition is '84px 50%' 11 PASS computedStyle.backgroundPosition is '84px 50%'
12 PASS style.backgroundPosition is '0% 50%' 12 PASS style.backgroundPosition is 'left center'
13 PASS computedStyle.backgroundPosition is '0% 50%' 13 PASS computedStyle.backgroundPosition is '0% 50%'
14 PASS style.backgroundPosition is '100% 50%' 14 PASS style.backgroundPosition is 'right center'
15 PASS computedStyle.backgroundPosition is '100% 50%' 15 PASS computedStyle.backgroundPosition is '100% 50%'
16 PASS style.backgroundPosition is '50% 100%' 16 PASS style.backgroundPosition is 'center bottom'
17 PASS computedStyle.backgroundPosition is '50% 100%' 17 PASS computedStyle.backgroundPosition is '50% 100%'
18 PASS style.backgroundPosition is '50% 0%' 18 PASS style.backgroundPosition is 'center top'
19 PASS computedStyle.backgroundPosition is '50% 0%' 19 PASS computedStyle.backgroundPosition is '50% 0%'
20 PASS style.backgroundPosition is '50% 50%' 20 PASS style.backgroundPosition is 'center center'
21 PASS computedStyle.backgroundPosition is '50% 50%' 21 PASS computedStyle.backgroundPosition is '50% 50%'
22 background-position with two values 22 background-position with two values
23 PASS style.backgroundPosition is '0% 100%' 23 PASS style.backgroundPosition is 'left bottom'
24 PASS computedStyle.backgroundPosition is '0% 100%' 24 PASS computedStyle.backgroundPosition is '0% 100%'
25 PASS style.backgroundPosition is '0% 100%' 25 PASS style.backgroundPosition is 'left bottom'
26 PASS computedStyle.backgroundPosition is '0% 100%' 26 PASS computedStyle.backgroundPosition is '0% 100%'
27 PASS style.backgroundPosition is '100% 100%' 27 PASS style.backgroundPosition is '100% bottom'
28 PASS computedStyle.backgroundPosition is '100% 100%' 28 PASS computedStyle.backgroundPosition is '100% 100%'
29 PASS style.backgroundPosition is '100% 0%' 29 PASS style.backgroundPosition is '100% top'
30 PASS computedStyle.backgroundPosition is '100% 0%' 30 PASS computedStyle.backgroundPosition is '100% 0%'
31 PASS style.backgroundPosition is '54px 100%' 31 PASS style.backgroundPosition is '54px bottom'
32 PASS computedStyle.backgroundPosition is '54px 100%' 32 PASS computedStyle.backgroundPosition is '54px 100%'
33 PASS style.backgroundPosition is '50% 50%' 33 PASS style.backgroundPosition is 'center center'
34 PASS computedStyle.backgroundPosition is '50% 50%' 34 PASS computedStyle.backgroundPosition is '50% 50%'
35 PASS style.backgroundPosition is '5% 100%' 35 PASS style.backgroundPosition is '5% bottom'
36 PASS computedStyle.backgroundPosition is '5% 100%' 36 PASS computedStyle.backgroundPosition is '5% 100%'
37 PASS style.backgroundPosition is '30pt -20px' 37 PASS style.backgroundPosition is '30pt -20px'
38 PASS computedStyle.backgroundPosition is '40px -20px' 38 PASS computedStyle.backgroundPosition is '40px -20px'
39 PASS style.backgroundPosition is '100% 50%' 39 PASS style.backgroundPosition is 'right center'
40 PASS computedStyle.backgroundPosition is '100% 50%' 40 PASS computedStyle.backgroundPosition is '100% 50%'
41 PASS style.backgroundPosition is '100% 0px' 41 PASS style.backgroundPosition is '100% 0px'
42 PASS computedStyle.backgroundPosition is '100% 0px' 42 PASS computedStyle.backgroundPosition is '100% 0px'
43 PASS style.backgroundPosition is '100% 50%' 43 PASS style.backgroundPosition is 'right center'
44 PASS computedStyle.backgroundPosition is '100% 50%' 44 PASS computedStyle.backgroundPosition is '100% 50%'
45 PASS style.backgroundPosition is '50% 50%' 45 PASS style.backgroundPosition is 'center 50%'
46 PASS computedStyle.backgroundPosition is '50% 50%' 46 PASS computedStyle.backgroundPosition is '50% 50%'
47 PASS style.backgroundPosition is '0% 50%' 47 PASS style.backgroundPosition is 'left center'
48 PASS computedStyle.backgroundPosition is '0% 50%' 48 PASS computedStyle.backgroundPosition is '0% 50%'
49 PASS style.backgroundPosition is '-20% 50%' 49 PASS style.backgroundPosition is '-20% center'
50 PASS computedStyle.backgroundPosition is '-20% 50%' 50 PASS computedStyle.backgroundPosition is '-20% 50%'
51 PASS style.backgroundPosition is '100% 0%' 51 PASS style.backgroundPosition is 'right top'
52 PASS computedStyle.backgroundPosition is '100% 0%' 52 PASS computedStyle.backgroundPosition is '100% 0%'
53 PASS style.backgroundPosition is '50% 50%' 53 PASS style.backgroundPosition is '50% center'
54 PASS computedStyle.backgroundPosition is '50% 50%' 54 PASS computedStyle.backgroundPosition is '50% 50%'
55 background-position invalid with one or two values, no change expected 55 background-position invalid with one or two values, no change expected
56 PASS style.backgroundPosition is '50% 50%' 56 PASS style.backgroundPosition is '50% center'
57 PASS computedStyle.backgroundPosition is '50% 50%' 57 PASS computedStyle.backgroundPosition is '50% 50%'
58 PASS style.backgroundPosition is '50% 50%' 58 PASS style.backgroundPosition is '50% center'
59 PASS computedStyle.backgroundPosition is '50% 50%' 59 PASS computedStyle.backgroundPosition is '50% 50%'
60 PASS style.backgroundPosition is '50% 50%' 60 PASS style.backgroundPosition is '50% center'
61 PASS computedStyle.backgroundPosition is '50% 50%' 61 PASS computedStyle.backgroundPosition is '50% 50%'
62 PASS style.backgroundPosition is '50% 50%' 62 PASS style.backgroundPosition is '50% center'
63 PASS computedStyle.backgroundPosition is '50% 50%' 63 PASS computedStyle.backgroundPosition is '50% 50%'
64 PASS style.backgroundPosition is '50% 50%' 64 PASS style.backgroundPosition is '50% center'
65 PASS computedStyle.backgroundPosition is '50% 50%' 65 PASS computedStyle.backgroundPosition is '50% 50%'
66 PASS style.backgroundPosition is '50% 50%' 66 PASS style.backgroundPosition is '50% center'
67 PASS computedStyle.backgroundPosition is '50% 50%' 67 PASS computedStyle.backgroundPosition is '50% 50%'
68 PASS style.backgroundPosition is '50% 50%' 68 PASS style.backgroundPosition is '50% center'
69 PASS computedStyle.backgroundPosition is '50% 50%' 69 PASS computedStyle.backgroundPosition is '50% 50%'
70 PASS style.backgroundPosition is '50% 50%' 70 PASS style.backgroundPosition is '50% center'
71 PASS computedStyle.backgroundPosition is '50% 50%' 71 PASS computedStyle.backgroundPosition is '50% 50%'
72 PASS style.backgroundPosition is '50% 50%' 72 PASS style.backgroundPosition is '50% center'
73 PASS computedStyle.backgroundPosition is '50% 50%' 73 PASS computedStyle.backgroundPosition is '50% 50%'
74 PASS style.backgroundPosition is '50% 50%' 74 PASS style.backgroundPosition is '50% center'
75 PASS computedStyle.backgroundPosition is '50% 50%' 75 PASS computedStyle.backgroundPosition is '50% 50%'
76 PASS style.backgroundPosition is '50% 50%' 76 PASS style.backgroundPosition is '50% center'
77 PASS computedStyle.backgroundPosition is '50% 50%' 77 PASS computedStyle.backgroundPosition is '50% 50%'
78 PASS style.backgroundPosition is '50% 50%' 78 PASS style.backgroundPosition is '50% center'
79 PASS computedStyle.backgroundPosition is '50% 50%' 79 PASS computedStyle.backgroundPosition is '50% 50%'
80 PASS style.backgroundPosition is '50% 50%' 80 PASS style.backgroundPosition is '50% center'
81 PASS computedStyle.backgroundPosition is '50% 50%' 81 PASS computedStyle.backgroundPosition is '50% 50%'
82 PASS style.backgroundPosition is '50% 50%' 82 PASS style.backgroundPosition is '50% center'
83 PASS computedStyle.backgroundPosition is '50% 50%' 83 PASS computedStyle.backgroundPosition is '50% 50%'
84 PASS style.backgroundPosition is '1px 1px' 84 PASS style.backgroundPosition is '1px 1px'
85 PASS computedStyle.backgroundPosition is '1px 1px' 85 PASS computedStyle.backgroundPosition is '1px 1px'
86 background-position with CSS3 comma separator, one or two values 86 background-position with CSS3 comma separator, one or two values
87 PASS style.backgroundPosition is '50% 50%, 100% 50%' 87 PASS style.backgroundPosition is '50% center, 100% center'
88 PASS computedStyle.backgroundPosition is '50% 50%, 100% 50%' 88 PASS computedStyle.backgroundPosition is '50% 50%, 100% 50%'
89 PASS style.backgroundPosition is '50% 0%, 50% 100%' 89 PASS style.backgroundPosition is 'center top, center bottom'
90 PASS computedStyle.backgroundPosition is '50% 0%, 50% 100%' 90 PASS computedStyle.backgroundPosition is '50% 0%, 50% 100%'
91 PASS style.backgroundPosition is '100% 50%, 5px 100%' 91 PASS style.backgroundPosition is 'right center, 5px bottom'
92 PASS computedStyle.backgroundPosition is '100% 50%, 5px 100%' 92 PASS computedStyle.backgroundPosition is '100% 50%, 5px 100%'
93 PASS style.backgroundPosition is '0% 0%, 100% 100%' 93 PASS style.backgroundPosition is 'left top, right bottom'
94 PASS computedStyle.backgroundPosition is '0% 0%, 100% 100%' 94 PASS computedStyle.backgroundPosition is '0% 0%, 100% 100%'
95 background-position with CSS3 comma separator, with invalid one or two values, n o change expected 95 background-position with CSS3 comma separator, with invalid one or two values, n o change expected
96 PASS style.backgroundPosition is '0% 0%, 100% 100%' 96 PASS style.backgroundPosition is 'left top, right bottom'
97 PASS computedStyle.backgroundPosition is '0% 0%, 100% 100%' 97 PASS computedStyle.backgroundPosition is '0% 0%, 100% 100%'
98 PASS style.backgroundPosition is '0% 0%, 100% 100%' 98 PASS style.backgroundPosition is 'left top, right bottom'
99 PASS computedStyle.backgroundPosition is '0% 0%, 100% 100%' 99 PASS computedStyle.backgroundPosition is '0% 0%, 100% 100%'
100 PASS style.backgroundPosition is '0% 0%, 100% 100%' 100 PASS style.backgroundPosition is 'left top, right bottom'
101 PASS computedStyle.backgroundPosition is '0% 0%, 100% 100%' 101 PASS computedStyle.backgroundPosition is '0% 0%, 100% 100%'
102 background-position with CSS3 four values 102 background-position with CSS3 four values
103 PASS style.backgroundPosition is 'left 10px top 15px' 103 PASS style.backgroundPosition is 'left 10px top 15px'
104 PASS computedStyle.backgroundPosition is 'left 10px top 15px' 104 PASS computedStyle.backgroundPosition is 'left 10px top 15px'
105 PASS style.backgroundPosition is 'left 10% top 30%' 105 PASS style.backgroundPosition is 'left 10% top 30%'
106 PASS computedStyle.backgroundPosition is 'left 10% top 30%' 106 PASS computedStyle.backgroundPosition is 'left 10% top 30%'
107 PASS style.backgroundPosition is 'left 30% top 10%' 107 PASS style.backgroundPosition is 'left 30% top 10%'
108 PASS computedStyle.backgroundPosition is 'left 30% top 10%' 108 PASS computedStyle.backgroundPosition is 'left 30% top 10%'
109 PASS style.backgroundPosition is 'right 0% top 15px' 109 PASS style.backgroundPosition is 'right top 15px'
110 PASS computedStyle.backgroundPosition is 'right 0% top 15px' 110 PASS computedStyle.backgroundPosition is '100% top 15px'
111 PASS style.backgroundPosition is 'left 10px top 50%' 111 PASS style.backgroundPosition is 'left 10px center'
112 PASS computedStyle.backgroundPosition is 'left 10px top 50%' 112 PASS computedStyle.backgroundPosition is 'left 10px 50%'
113 PASS style.backgroundPosition is 'left 50% top 20px' 113 PASS style.backgroundPosition is 'center top 20px'
114 PASS computedStyle.backgroundPosition is 'left 50% top 20px' 114 PASS computedStyle.backgroundPosition is '50% top 20px'
115 PASS style.backgroundPosition is 'left 50% top 20px' 115 PASS style.backgroundPosition is 'center top 20px'
116 PASS computedStyle.backgroundPosition is 'left 50% top 20px' 116 PASS computedStyle.backgroundPosition is '50% top 20px'
117 PASS style.backgroundPosition is 'left 30px top 50%' 117 PASS style.backgroundPosition is 'left 30px center'
118 PASS computedStyle.backgroundPosition is 'left 30px top 50%' 118 PASS computedStyle.backgroundPosition is 'left 30px 50%'
119 PASS style.backgroundPosition is 'left 20% top'
120 PASS computedStyle.backgroundPosition is 'left 20% 0%'
119 PASS style.backgroundPosition is '' 121 PASS style.backgroundPosition is ''
120 PASS computedStyle.backgroundPosition is '0% 0%' 122 PASS computedStyle.backgroundPosition is '0% 0%'
121 PASS style.backgroundPosition is 'left 20% top 0%'
122 PASS computedStyle.backgroundPosition is 'left 20% top 0%'
123 background-position with CSS3 invalid four values, no change expected 123 background-position with CSS3 invalid four values, no change expected
124 PASS style.backgroundPosition is 'left 20% top 0%' 124 PASS style.backgroundPosition is ''
125 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 125 PASS computedStyle.backgroundPosition is '0% 0%'
126 PASS style.backgroundPosition is 'left 20% top 0%' 126 PASS style.backgroundPosition is ''
127 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 127 PASS computedStyle.backgroundPosition is '0% 0%'
128 PASS style.backgroundPosition is 'left 20% top 0%' 128 PASS style.backgroundPosition is ''
129 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 129 PASS computedStyle.backgroundPosition is '0% 0%'
130 PASS style.backgroundPosition is 'left 20% top 0%' 130 PASS style.backgroundPosition is ''
131 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 131 PASS computedStyle.backgroundPosition is '0% 0%'
132 PASS style.backgroundPosition is 'left 20% top 0%' 132 PASS style.backgroundPosition is ''
133 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 133 PASS computedStyle.backgroundPosition is '0% 0%'
134 PASS style.backgroundPosition is 'left 20% top 0%' 134 PASS style.backgroundPosition is ''
135 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 135 PASS computedStyle.backgroundPosition is '0% 0%'
136 PASS style.backgroundPosition is 'left 20% top 0%' 136 PASS style.backgroundPosition is ''
137 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 137 PASS computedStyle.backgroundPosition is '0% 0%'
138 PASS style.backgroundPosition is 'left 20% top 0%' 138 PASS style.backgroundPosition is ''
139 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 139 PASS computedStyle.backgroundPosition is '0% 0%'
140 PASS style.backgroundPosition is 'left 20% top 0%' 140 PASS style.backgroundPosition is ''
141 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 141 PASS computedStyle.backgroundPosition is '0% 0%'
142 PASS style.backgroundPosition is 'left 20% top 0%' 142 PASS style.backgroundPosition is ''
143 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 143 PASS computedStyle.backgroundPosition is '0% 0%'
144 PASS style.backgroundPosition is 'left 20% top 0%' 144 PASS style.backgroundPosition is ''
145 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 145 PASS computedStyle.backgroundPosition is '0% 0%'
146 PASS style.backgroundPosition is 'left 20% top 0%' 146 PASS style.backgroundPosition is ''
147 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 147 PASS computedStyle.backgroundPosition is '0% 0%'
148 PASS style.backgroundPosition is 'left 20% top 0%' 148 PASS style.backgroundPosition is ''
149 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 149 PASS computedStyle.backgroundPosition is '0% 0%'
150 PASS style.backgroundPosition is 'left 20% top 0%' 150 PASS style.backgroundPosition is ''
151 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 151 PASS computedStyle.backgroundPosition is '0% 0%'
152 PASS style.backgroundPosition is 'left 20% top 0%' 152 PASS style.backgroundPosition is ''
153 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 153 PASS computedStyle.backgroundPosition is '0% 0%'
154 PASS style.backgroundPosition is 'left 20% top 0%' 154 PASS style.backgroundPosition is ''
155 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 155 PASS computedStyle.backgroundPosition is '0% 0%'
156 PASS style.backgroundPosition is 'left 20% top 0%' 156 PASS style.backgroundPosition is ''
157 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 157 PASS computedStyle.backgroundPosition is '0% 0%'
158 PASS style.backgroundPosition is 'left 20% top 0%' 158 PASS style.backgroundPosition is ''
159 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 159 PASS computedStyle.backgroundPosition is '0% 0%'
160 PASS style.backgroundPosition is 'left 20% top 0%' 160 PASS style.backgroundPosition is ''
161 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 161 PASS computedStyle.backgroundPosition is '0% 0%'
162 PASS style.backgroundPosition is 'left 20% top 0%' 162 PASS style.backgroundPosition is ''
163 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 163 PASS computedStyle.backgroundPosition is '0% 0%'
164 PASS style.backgroundPosition is 'left 20% top 0%' 164 PASS style.backgroundPosition is ''
165 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 165 PASS computedStyle.backgroundPosition is '0% 0%'
166 PASS style.backgroundPosition is 'left 20% top 0%' 166 PASS style.backgroundPosition is ''
167 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 167 PASS computedStyle.backgroundPosition is '0% 0%'
168 PASS style.backgroundPosition is 'left 20% top 0%' 168 PASS style.backgroundPosition is ''
169 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 169 PASS computedStyle.backgroundPosition is '0% 0%'
170 PASS style.backgroundPosition is 'left 20% top 0%' 170 PASS style.backgroundPosition is ''
171 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 171 PASS computedStyle.backgroundPosition is '0% 0%'
172 PASS style.backgroundPosition is 'left 20% top 0%' 172 PASS style.backgroundPosition is ''
173 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 173 PASS computedStyle.backgroundPosition is '0% 0%'
174 PASS style.backgroundPosition is 'left 20% top 0%' 174 PASS style.backgroundPosition is ''
175 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 175 PASS computedStyle.backgroundPosition is '0% 0%'
176 PASS style.backgroundPosition is 'left 20% top 0%' 176 PASS style.backgroundPosition is ''
177 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 177 PASS computedStyle.backgroundPosition is '0% 0%'
178 PASS style.backgroundPosition is 'left 20% top 0%' 178 PASS style.backgroundPosition is ''
179 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 179 PASS computedStyle.backgroundPosition is '0% 0%'
180 PASS style.backgroundPosition is 'left 20% top 0%' 180 PASS style.backgroundPosition is ''
181 PASS computedStyle.backgroundPosition is 'left 20% top 0%' 181 PASS computedStyle.backgroundPosition is '0% 0%'
182 background-position with CSS3 four values and comma 182 background-position with CSS3 four values and comma
183 PASS style.backgroundPosition is '50% 50%, left 0% bottom 20px' 183 PASS style.backgroundPosition is 'center center, left bottom 20px'
184 PASS computedStyle.backgroundPosition is '50% 50%, left 0% bottom 20px' 184 PASS computedStyle.backgroundPosition is '50% 50%, 0% bottom 20px'
185 PASS style.backgroundPosition is 'right 20px bottom 20px, 0% 50%' 185 PASS style.backgroundPosition is 'right 20px bottom 20px, left center'
186 PASS computedStyle.backgroundPosition is 'right 20px bottom 20px, 0% 50%' 186 PASS computedStyle.backgroundPosition is 'right 20px bottom 20px, 0% 50%'
187 PASS style.backgroundPosition is 'left 10px top 15px, right 20% bottom 20px' 187 PASS style.backgroundPosition is 'left 10px top 15px, right 20% bottom 20px'
188 PASS computedStyle.backgroundPosition is 'left 10px top 15px, right 20% bottom 2 0px' 188 PASS computedStyle.backgroundPosition is 'left 10px top 15px, right 20% bottom 2 0px'
189 PASS style.backgroundPosition is 'left 10% top 0%, right 0% top 0px' 189 PASS style.backgroundPosition is 'left 10% top, right top 0px'
190 PASS computedStyle.backgroundPosition is 'left 10% top 0%, right 0% top 0px' 190 PASS computedStyle.backgroundPosition is 'left 10% 0%, 100% top 0px'
191 PASS style.backgroundPosition is 'right 0% top 15px, right 20px bottom 0%' 191 PASS style.backgroundPosition is 'right top 15px, right 20px bottom'
192 PASS computedStyle.backgroundPosition is 'right 0% top 15px, right 20px bottom 0 %' 192 PASS computedStyle.backgroundPosition is '100% top 15px, right 20px 100%'
193 background-position with invalid CSS3 four values and comma, no change expected 193 background-position with invalid CSS3 four values and comma, no change expected
194 PASS style.backgroundPosition is 'right 0% top 15px, right 20px bottom 0%' 194 PASS style.backgroundPosition is 'right top 15px, right 20px bottom'
195 PASS computedStyle.backgroundPosition is 'right 0% top 15px, right 20px bottom 0 %' 195 PASS computedStyle.backgroundPosition is '100% top 15px, right 20px 100%'
196 PASS style.backgroundPosition is 'right 0% top 15px, right 20px bottom 0%' 196 PASS style.backgroundPosition is 'right top 15px, right 20px bottom'
197 PASS computedStyle.backgroundPosition is 'right 0% top 15px, right 20px bottom 0 %' 197 PASS computedStyle.backgroundPosition is '100% top 15px, right 20px 100%'
198 PASS style.backgroundPosition is 'right 0% top 15px, right 20px bottom 0%' 198 PASS style.backgroundPosition is 'right top 15px, right 20px bottom'
199 PASS computedStyle.backgroundPosition is 'right 0% top 15px, right 20px bottom 0 %' 199 PASS computedStyle.backgroundPosition is '100% top 15px, right 20px 100%'
200 background-position inside the background shorthand 200 background-position inside the background shorthand
201 PASS style.background is 'left 30% top 10% / 10em round fixed border-box border- box gray' 201 PASS style.background is 'left 30% top 10% / 10em round fixed border-box border- box gray'
202 PASS computedStyle.background is 'rgb(128, 128, 128) none round fixed left 30% t op 10% / 160px border-box border-box' 202 PASS computedStyle.background is 'rgb(128, 128, 128) none round fixed left 30% t op 10% / 160px border-box border-box'
203 PASS style.background is 'right 0% top 15px / 10em round fixed border-box border -box gray' 203 PASS style.background is 'right 0% top 15px / 10em round fixed border-box border -box gray'
204 PASS computedStyle.background is 'rgb(128, 128, 128) none round fixed right 0% t op 15px / 160px border-box border-box' 204 PASS computedStyle.background is 'rgb(128, 128, 128) none round fixed right 0% t op 15px / 160px border-box border-box'
205 PASS style.background is 'left 10px top 50% / 10em round fixed border-box border -box gray' 205 PASS style.background is 'left 10px top 50% / 10em round fixed border-box border -box gray'
206 PASS computedStyle.background is 'rgb(128, 128, 128) none round fixed left 10px top 50% / 160px border-box border-box' 206 PASS computedStyle.background is 'rgb(128, 128, 128) none round fixed left 10px top 50% / 160px border-box border-box'
207 PASS style.background is 'left 10px top 50% round fixed border-box border-box' 207 PASS style.background is 'left 10px top 50% round fixed border-box border-box'
208 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 10px to p 50% / auto border-box border-box' 208 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 10px to p 50% / auto border-box border-box'
209 PASS style.background is 'left 50% top 20px round fixed border-box border-box' 209 PASS style.background is 'left 50% top 20px round fixed border-box border-box'
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 PASS style.background is '' 256 PASS style.background is ''
257 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au to padding-box border-box' 257 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au to padding-box border-box'
258 PASS style.background is '' 258 PASS style.background is ''
259 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au to padding-box border-box' 259 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au to padding-box border-box'
260 PASS style.background is '' 260 PASS style.background is ''
261 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au to padding-box border-box' 261 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au to padding-box border-box'
262 PASS successfullyParsed is true 262 PASS successfullyParsed is true
263 263
264 TEST COMPLETE 264 TEST COMPLETE
265 265
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698