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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/cssom/serialize-values-expected.txt

Issue 2468053002: Import wpt@9fcccf38b6be00f71ffa6bd6e29c5aa1ef25ee8c (Closed)
Patch Set: Add Timeout Pass expectation for Range-mutations-dataChange.html Created 4 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
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS background-attachment: scroll
3 PASS background-attachment: fixed
4 PASS background-attachment: inherit
5 PASS background-color: black
6 PASS background-color: red
7 PASS background-color: rgb(50, 75, 100)
8 FAIL background-color: rgba(5, 7, 10, 0.5) assert_equals: background-color raw i nline style declaration expected "rgba(5, 7, 10, 0.5)" but got "rgba(5, 7, 10, 0 .498039)"
9 PASS background-color: transparent
10 PASS background-color: inherit
11 PASS background-image: url("http://localhost/")
12 PASS background-image: url(http://localhost/)
13 PASS background-image: none
14 PASS background-image: inherit
15 PASS background-position: 5% 5%
16 PASS background-position: 5% .5%
17 PASS background-position: 5% -5%
18 PASS background-position: 5% -.5%
19 PASS background-position: 5% 0px
20 PASS background-position: 5% 1px
21 PASS background-position: 5% .1em
22 PASS background-position: 5% -0px
23 PASS background-position: 5% -1px
24 PASS background-position: 5% -.1em
25 PASS background-position: 5% top
26 PASS background-position: 5% center
27 PASS background-position: 5% bottom
28 PASS background-position: .5% 5%
29 PASS background-position: .5% .5%
30 PASS background-position: .5% -5%
31 PASS background-position: .5% -.5%
32 PASS background-position: .5% 0px
33 PASS background-position: .5% 1px
34 PASS background-position: .5% .1em
35 PASS background-position: .5% -0px
36 PASS background-position: .5% -1px
37 PASS background-position: .5% -.1em
38 PASS background-position: .5% top
39 PASS background-position: .5% center
40 PASS background-position: .5% bottom
41 PASS background-position: -5% 5%
42 PASS background-position: -5% .5%
43 PASS background-position: -5% -5%
44 PASS background-position: -5% -.5%
45 PASS background-position: -5% 0px
46 PASS background-position: -5% 1px
47 PASS background-position: -5% .1em
48 PASS background-position: -5% -0px
49 PASS background-position: -5% -1px
50 PASS background-position: -5% -.1em
51 PASS background-position: -5% top
52 PASS background-position: -5% center
53 PASS background-position: -5% bottom
54 PASS background-position: -.5% 5%
55 PASS background-position: -.5% .5%
56 PASS background-position: -.5% -5%
57 PASS background-position: -.5% -.5%
58 PASS background-position: -.5% 0px
59 PASS background-position: -.5% 1px
60 PASS background-position: -.5% .1em
61 PASS background-position: -.5% -0px
62 PASS background-position: -.5% -1px
63 PASS background-position: -.5% -.1em
64 PASS background-position: -.5% top
65 PASS background-position: -.5% center
66 PASS background-position: -.5% bottom
67 PASS background-position: 0px 5%
68 PASS background-position: 0px .5%
69 PASS background-position: 0px -5%
70 PASS background-position: 0px -.5%
71 PASS background-position: 0px 0px
72 PASS background-position: 0px 1px
73 PASS background-position: 0px .1em
74 PASS background-position: 0px -0px
75 PASS background-position: 0px -1px
76 PASS background-position: 0px -.1em
77 PASS background-position: 0px top
78 PASS background-position: 0px center
79 PASS background-position: 0px bottom
80 PASS background-position: 1px 5%
81 PASS background-position: 1px .5%
82 PASS background-position: 1px -5%
83 PASS background-position: 1px -.5%
84 PASS background-position: 1px 0px
85 PASS background-position: 1px 1px
86 PASS background-position: 1px .1em
87 PASS background-position: 1px -0px
88 PASS background-position: 1px -1px
89 PASS background-position: 1px -.1em
90 PASS background-position: 1px top
91 PASS background-position: 1px center
92 PASS background-position: 1px bottom
93 PASS background-position: .1em 5%
94 PASS background-position: .1em .5%
95 PASS background-position: .1em -5%
96 PASS background-position: .1em -.5%
97 PASS background-position: .1em 0px
98 PASS background-position: .1em 1px
99 PASS background-position: .1em .1em
100 PASS background-position: .1em -0px
101 PASS background-position: .1em -1px
102 PASS background-position: .1em -.1em
103 PASS background-position: .1em top
104 PASS background-position: .1em center
105 PASS background-position: .1em bottom
106 PASS background-position: -0px 5%
107 PASS background-position: -0px .5%
108 PASS background-position: -0px -5%
109 PASS background-position: -0px -.5%
110 PASS background-position: -0px 0px
111 PASS background-position: -0px 1px
112 PASS background-position: -0px .1em
113 PASS background-position: -0px -0px
114 PASS background-position: -0px -1px
115 PASS background-position: -0px -.1em
116 PASS background-position: -0px top
117 PASS background-position: -0px center
118 PASS background-position: -0px bottom
119 PASS background-position: -1px 5%
120 PASS background-position: -1px .5%
121 PASS background-position: -1px -5%
122 PASS background-position: -1px -.5%
123 PASS background-position: -1px 0px
124 PASS background-position: -1px 1px
125 PASS background-position: -1px .1em
126 PASS background-position: -1px -0px
127 PASS background-position: -1px -1px
128 PASS background-position: -1px -.1em
129 PASS background-position: -1px top
130 PASS background-position: -1px center
131 PASS background-position: -1px bottom
132 PASS background-position: -.1em 5%
133 PASS background-position: -.1em .5%
134 PASS background-position: -.1em -5%
135 PASS background-position: -.1em -.5%
136 PASS background-position: -.1em 0px
137 PASS background-position: -.1em 1px
138 PASS background-position: -.1em .1em
139 PASS background-position: -.1em -0px
140 PASS background-position: -.1em -1px
141 PASS background-position: -.1em -.1em
142 PASS background-position: -.1em top
143 PASS background-position: -.1em center
144 PASS background-position: -.1em bottom
145 PASS background-position: left 5%
146 PASS background-position: left .5%
147 PASS background-position: left -5%
148 PASS background-position: left -.5%
149 PASS background-position: left 0px
150 PASS background-position: left 1px
151 PASS background-position: left .1em
152 PASS background-position: left -0px
153 PASS background-position: left -1px
154 PASS background-position: left -.1em
155 PASS background-position: left top
156 PASS background-position: left center
157 PASS background-position: left bottom
158 PASS background-position: center 5%
159 PASS background-position: center .5%
160 PASS background-position: center -5%
161 PASS background-position: center -.5%
162 PASS background-position: center 0px
163 PASS background-position: center 1px
164 PASS background-position: center .1em
165 PASS background-position: center -0px
166 PASS background-position: center -1px
167 PASS background-position: center -.1em
168 PASS background-position: center top
169 PASS background-position: center center
170 PASS background-position: center bottom
171 PASS background-position: right 5%
172 PASS background-position: right .5%
173 PASS background-position: right -5%
174 PASS background-position: right -.5%
175 PASS background-position: right 0px
176 PASS background-position: right 1px
177 PASS background-position: right .1em
178 PASS background-position: right -0px
179 PASS background-position: right -1px
180 PASS background-position: right -.1em
181 PASS background-position: right top
182 PASS background-position: right center
183 PASS background-position: right bottom
184 PASS background-position: inherit
185 PASS background-repeat: repeat
186 PASS background-repeat: repeat-x
187 PASS background-repeat: repeat-y
188 PASS background-repeat: no-repeat
189 PASS background-repeat: inherit
190 PASS border-collapse: collapse
191 PASS border-collapse: separate
192 PASS border-collapse: inherit
193 PASS border-spacing: 0px
194 PASS border-spacing: 1px
195 PASS border-spacing: .1em
196 PASS border-spacing: inherit
197 PASS border-top-color: black
198 PASS border-top-color: red
199 PASS border-top-color: rgb(50, 75, 100)
200 FAIL border-top-color: rgba(5, 7, 10, 0.5) assert_equals: border-top-color raw i nline style declaration expected "rgba(5, 7, 10, 0.5)" but got "rgba(5, 7, 10, 0 .498039)"
201 PASS border-top-color: transparent
202 PASS border-top-color: inherit
203 PASS border-right-color: black
204 PASS border-right-color: red
205 PASS border-right-color: rgb(50, 75, 100)
206 FAIL border-right-color: rgba(5, 7, 10, 0.5) assert_equals: border-right-color r aw inline style declaration expected "rgba(5, 7, 10, 0.5)" but got "rgba(5, 7, 1 0, 0.498039)"
207 PASS border-right-color: transparent
208 PASS border-right-color: inherit
209 PASS border-bottom-color: black
210 PASS border-bottom-color: red
211 PASS border-bottom-color: rgb(50, 75, 100)
212 FAIL border-bottom-color: rgba(5, 7, 10, 0.5) assert_equals: border-bottom-color raw inline style declaration expected "rgba(5, 7, 10, 0.5)" but got "rgba(5, 7, 10, 0.498039)"
213 PASS border-bottom-color: transparent
214 PASS border-bottom-color: inherit
215 PASS border-left-color: black
216 PASS border-left-color: red
217 PASS border-left-color: rgb(50, 75, 100)
218 FAIL border-left-color: rgba(5, 7, 10, 0.5) assert_equals: border-left-color raw inline style declaration expected "rgba(5, 7, 10, 0.5)" but got "rgba(5, 7, 10, 0.498039)"
219 PASS border-left-color: transparent
220 PASS border-left-color: inherit
221 PASS border-top-style: none
222 PASS border-top-style: hidden
223 PASS border-top-style: dotted
224 PASS border-top-style: dashed
225 PASS border-top-style: solid
226 PASS border-top-style: double
227 PASS border-top-style: groove
228 PASS border-top-style: ridge
229 PASS border-top-style: inset
230 PASS border-top-style: outset
231 PASS border-top-style: inherit
232 PASS border-right-style: none
233 PASS border-right-style: hidden
234 PASS border-right-style: dotted
235 PASS border-right-style: dashed
236 PASS border-right-style: solid
237 PASS border-right-style: double
238 PASS border-right-style: groove
239 PASS border-right-style: ridge
240 PASS border-right-style: inset
241 PASS border-right-style: outset
242 PASS border-right-style: inherit
243 PASS border-bottom-style: none
244 PASS border-bottom-style: hidden
245 PASS border-bottom-style: dotted
246 PASS border-bottom-style: dashed
247 PASS border-bottom-style: solid
248 PASS border-bottom-style: double
249 PASS border-bottom-style: groove
250 PASS border-bottom-style: ridge
251 PASS border-bottom-style: inset
252 PASS border-bottom-style: outset
253 PASS border-bottom-style: inherit
254 PASS border-left-style: none
255 PASS border-left-style: hidden
256 PASS border-left-style: dotted
257 PASS border-left-style: dashed
258 PASS border-left-style: solid
259 PASS border-left-style: double
260 PASS border-left-style: groove
261 PASS border-left-style: ridge
262 PASS border-left-style: inset
263 PASS border-left-style: outset
264 PASS border-left-style: inherit
265 PASS border-top-width: thin
266 PASS border-top-width: medium
267 PASS border-top-width: thick
268 PASS border-top-width: 0px
269 PASS border-top-width: 1px
270 PASS border-top-width: .1em
271 PASS border-top-width: inherit
272 PASS border-right-width: thin
273 PASS border-right-width: medium
274 PASS border-right-width: thick
275 PASS border-right-width: 0px
276 PASS border-right-width: 1px
277 PASS border-right-width: .1em
278 PASS border-right-width: inherit
279 PASS border-bottom-width: thin
280 PASS border-bottom-width: medium
281 PASS border-bottom-width: thick
282 PASS border-bottom-width: 0px
283 PASS border-bottom-width: 1px
284 PASS border-bottom-width: .1em
285 PASS border-bottom-width: inherit
286 PASS border-left-width: thin
287 PASS border-left-width: medium
288 PASS border-left-width: thick
289 PASS border-left-width: 0px
290 PASS border-left-width: 1px
291 PASS border-left-width: .1em
292 PASS border-left-width: inherit
293 PASS bottom: 0px
294 PASS bottom: 1px
295 PASS bottom: .1em
296 PASS bottom: 5%
297 PASS bottom: .5%
298 PASS bottom: auto
299 PASS bottom: inherit
300 PASS caption-side: top
301 PASS caption-side: bottom
302 PASS caption-side: inherit
303 PASS clear: none
304 PASS clear: left
305 PASS clear: right
306 PASS clear: both
307 PASS clear: inherit
308 FAIL clip: rect(1em, auto, 0.5px, 2000em) assert_equals: clip raw inline style d eclaration expected "rect(1em, auto, 0.5px, 2000em)" but got "rect(1em auto 0.5p x 2000em)"
309 PASS clip: auto
310 PASS clip: inherit
311 PASS color: black
312 PASS color: red
313 PASS color: rgb(50, 75, 100)
314 FAIL color: rgba(5, 7, 10, 0.5) assert_equals: color raw inline style declaratio n expected "rgba(5, 7, 10, 0.5)" but got "rgba(5, 7, 10, 0.498039)"
315 PASS color: inherit
316 PASS content: normal
317 PASS content: none
318 PASS content: "string"
319 PASS content: 'string'
320 PASS content: url("http://localhost/")
321 PASS content: url(http://localhost/)
322 FAIL content: counter(par-num) assert_equals: content raw inline style declarati on expected "counter(par-num, decimal)" but got "counter(par-num)"
323 PASS content: counter(par-num, upper-roman)
324 PASS content: attr(foo-bar)
325 PASS content: attr(foo_bar)
326 PASS content: inherit
327 PASS cursor: auto
328 PASS cursor: crosshair
329 PASS cursor: default
330 PASS cursor: pointer
331 PASS cursor: move
332 PASS cursor: e-resize
333 PASS cursor: ne-resize
334 PASS cursor: nw-resize
335 PASS cursor: n-resize
336 PASS cursor: se-resize
337 PASS cursor: sw-resize
338 PASS cursor: s-resize
339 PASS cursor: w-resize
340 PASS cursor: text
341 PASS cursor: wait
342 PASS cursor: help
343 PASS cursor: progress
344 PASS cursor: inherit
345 PASS direction: ltr
346 PASS direction: rtl
347 PASS direction: inherit
348 PASS display: inline
349 PASS display: block
350 PASS display: list-item
351 PASS display: inline-block
352 PASS display: table
353 PASS display: inline-table
354 PASS display: table-row-group
355 PASS display: table-header-group
356 PASS display: table-footer-group
357 PASS display: table-row
358 PASS display: table-column-group
359 PASS display: table-column
360 PASS display: table-cell
361 PASS display: table-caption
362 PASS display: none
363 PASS display: inherit
364 PASS empty-cells: show
365 PASS empty-cells: hide
366 PASS empty-cells: inherit
367 PASS float: left
368 PASS float: right
369 PASS float: none
370 PASS float: inherit
371 PASS font-family: Arial
372 PASS font-family: 'Lucida Grande'
373 PASS font-family: serif
374 PASS font-family: sans-serif
375 PASS font-family: inherit
376 PASS font-size: xx-small
377 PASS font-size: x-small
378 PASS font-size: small
379 PASS font-size: medium
380 PASS font-size: large
381 PASS font-size: x-large
382 PASS font-size: xx-large
383 PASS font-size: larger
384 PASS font-size: smaller
385 PASS font-size: 0px
386 PASS font-size: 1px
387 PASS font-size: .1em
388 PASS font-size: 5%
389 PASS font-size: .5%
390 PASS font-size: inherit
391 PASS font-style: normal
392 PASS font-style: italic
393 PASS font-style: oblique
394 PASS font-style: inherit
395 FAIL font-variant: normal assert_equals: font-variant raw inline style declarati on expected "normal" but got ""
396 PASS font-variant: small-caps
397 PASS font-variant: inherit
398 PASS font-weight: normal
399 PASS font-weight: bold
400 PASS font-weight: bolder
401 PASS font-weight: lighter
402 PASS font-weight: 100
403 PASS font-weight: 200
404 PASS font-weight: 300
405 PASS font-weight: 400
406 PASS font-weight: 500
407 PASS font-weight: 600
408 PASS font-weight: 700
409 PASS font-weight: 800
410 PASS font-weight: 900
411 PASS font-weight: inherit
412 PASS height: 0px
413 PASS height: 1px
414 PASS height: .1em
415 PASS height: 5%
416 PASS height: .5%
417 PASS height: auto
418 PASS height: inherit
419 PASS left: 0px
420 PASS left: 1px
421 PASS left: .1em
422 PASS left: 5%
423 PASS left: .5%
424 PASS left: auto
425 PASS left: inherit
426 PASS letter-spacing: normal
427 PASS letter-spacing: 0px
428 PASS letter-spacing: 1px
429 PASS letter-spacing: .1em
430 PASS letter-spacing: inherit
431 PASS line-height: normal
432 PASS line-height: 0
433 PASS line-height: -0
434 PASS line-height: 1000
435 PASS line-height: 0.9
436 PASS line-height: 0px
437 PASS line-height: 1px
438 PASS line-height: .1em
439 PASS line-height: 5%
440 PASS line-height: .5%
441 PASS line-height: inherit
442 PASS list-style-image: url("http://localhost/")
443 PASS list-style-image: url(http://localhost/)
444 PASS list-style-image: none
445 PASS list-style-image: inherit
446 PASS list-style-position: inside
447 PASS list-style-position: outside
448 PASS list-style-position: inherit
449 PASS list-style-type: disc
450 PASS list-style-type: circle
451 PASS list-style-type: square
452 PASS list-style-type: decimal
453 PASS list-style-type: decimal-leading-zero
454 PASS list-style-type: lower-roman
455 PASS list-style-type: upper-roman
456 PASS list-style-type: lower-greek
457 PASS list-style-type: lower-latin
458 PASS list-style-type: upper-latin
459 PASS list-style-type: armenian
460 PASS list-style-type: georgian
461 PASS list-style-type: lower-alpha
462 PASS list-style-type: upper-alpha
463 PASS list-style-type: none
464 PASS list-style-type: inherit
465 PASS margin-right: 0px
466 PASS margin-right: 1px
467 PASS margin-right: .1em
468 PASS margin-right: 5%
469 PASS margin-right: .5%
470 PASS margin-right: auto
471 PASS margin-right: inherit
472 PASS margin-left: 0px
473 PASS margin-left: 1px
474 PASS margin-left: .1em
475 PASS margin-left: 5%
476 PASS margin-left: .5%
477 PASS margin-left: auto
478 PASS margin-left: inherit
479 PASS margin-top: 0px
480 PASS margin-top: 1px
481 PASS margin-top: .1em
482 PASS margin-top: 5%
483 PASS margin-top: .5%
484 PASS margin-top: auto
485 PASS margin-top: inherit
486 PASS margin-bottom: 0px
487 PASS margin-bottom: 1px
488 PASS margin-bottom: .1em
489 PASS margin-bottom: 5%
490 PASS margin-bottom: .5%
491 PASS margin-bottom: auto
492 PASS margin-bottom: inherit
493 PASS max-height: 0px
494 PASS max-height: 1px
495 PASS max-height: .1em
496 PASS max-height: 5%
497 PASS max-height: .5%
498 PASS max-height: none
499 PASS max-height: inherit
500 PASS max-width: 0px
501 PASS max-width: 1px
502 PASS max-width: .1em
503 PASS max-width: 5%
504 PASS max-width: .5%
505 PASS max-width: none
506 PASS max-width: inherit
507 PASS min-height: 0px
508 PASS min-height: 1px
509 PASS min-height: .1em
510 PASS min-height: 5%
511 PASS min-height: .5%
512 PASS min-height: inherit
513 PASS min-width: 0px
514 PASS min-width: 1px
515 PASS min-width: .1em
516 PASS min-width: 5%
517 PASS min-width: .5%
518 PASS min-width: inherit
519 PASS orphans: 101
520 PASS orphans: inherit
521 PASS outline-color: black
522 PASS outline-color: red
523 PASS outline-color: rgb(50, 75, 100)
524 FAIL outline-color: rgba(5, 7, 10, 0.5) assert_equals: outline-color raw inline style declaration expected "rgba(5, 7, 10, 0.5)" but got "rgba(5, 7, 10, 0.49803 9)"
525 FAIL outline-color: invert assert_equals: outline-color raw inline style declara tion expected "invert" but got ""
526 PASS outline-color: inherit
527 PASS outline-style: none
528 PASS outline-style: dotted
529 PASS outline-style: dashed
530 PASS outline-style: solid
531 PASS outline-style: double
532 PASS outline-style: groove
533 PASS outline-style: ridge
534 PASS outline-style: inset
535 PASS outline-style: outset
536 PASS outline-style: inherit
537 PASS outline-width: thin
538 PASS outline-width: medium
539 PASS outline-width: thick
540 PASS outline-width: 0px
541 PASS outline-width: 1px
542 PASS outline-width: .1em
543 PASS outline-width: inherit
544 PASS overflow: visible
545 PASS overflow: hidden
546 PASS overflow: scroll
547 PASS overflow: auto
548 PASS overflow: inherit
549 PASS padding-top: 0px
550 PASS padding-top: 1px
551 PASS padding-top: .1em
552 PASS padding-top: 5%
553 PASS padding-top: .5%
554 PASS padding-top: inherit
555 PASS padding-right: 0px
556 PASS padding-right: 1px
557 PASS padding-right: .1em
558 PASS padding-right: 5%
559 PASS padding-right: .5%
560 PASS padding-right: inherit
561 PASS padding-bottom: 0px
562 PASS padding-bottom: 1px
563 PASS padding-bottom: .1em
564 PASS padding-bottom: 5%
565 PASS padding-bottom: .5%
566 PASS padding-bottom: inherit
567 PASS padding-left: 0px
568 PASS padding-left: 1px
569 PASS padding-left: .1em
570 PASS padding-left: 5%
571 PASS padding-left: .5%
572 PASS padding-left: inherit
573 FAIL page-break-after: auto assert_equals: page-break-after raw inline style dec laration expected "auto" but got ""
574 FAIL page-break-after: always assert_equals: page-break-after raw inline style d eclaration expected "always" but got ""
575 FAIL page-break-after: avoid assert_equals: page-break-after raw inline style de claration expected "avoid" but got ""
576 FAIL page-break-after: left assert_equals: page-break-after raw inline style dec laration expected "left" but got ""
577 FAIL page-break-after: right assert_equals: page-break-after raw inline style de claration expected "right" but got ""
578 PASS page-break-after: inherit
579 FAIL page-break-before: auto assert_equals: page-break-before raw inline style d eclaration expected "auto" but got ""
580 FAIL page-break-before: always assert_equals: page-break-before raw inline style declaration expected "always" but got ""
581 FAIL page-break-before: avoid assert_equals: page-break-before raw inline style declaration expected "avoid" but got ""
582 FAIL page-break-before: left assert_equals: page-break-before raw inline style d eclaration expected "left" but got ""
583 FAIL page-break-before: right assert_equals: page-break-before raw inline style declaration expected "right" but got ""
584 PASS page-break-before: inherit
585 FAIL page-break-inside: avoid assert_equals: page-break-inside raw inline style declaration expected "avoid" but got ""
586 FAIL page-break-inside: auto assert_equals: page-break-inside raw inline style d eclaration expected "auto" but got ""
587 PASS page-break-inside: inherit
588 PASS position: static
589 PASS position: relative
590 PASS position: absolute
591 PASS position: fixed
592 PASS position: inherit
593 PASS right: 0px
594 PASS right: 1px
595 PASS right: .1em
596 PASS right: 5%
597 PASS right: .5%
598 PASS right: auto
599 PASS right: inherit
600 PASS table-layout: auto
601 PASS table-layout: fixed
602 PASS table-layout: inherit
603 PASS text-align: left
604 PASS text-align: right
605 PASS text-align: center
606 PASS text-align: justify
607 PASS text-align: inherit
608 FAIL text-decoration: none assert_equals: text-decoration raw inline style decla ration expected "none" but got ""
609 FAIL text-decoration: underline assert_equals: text-decoration raw inline style declaration expected "underline" but got ""
610 FAIL text-decoration: overline assert_equals: text-decoration raw inline style d eclaration expected "overline" but got ""
611 FAIL text-decoration: line-through assert_equals: text-decoration raw inline sty le declaration expected "line-through" but got ""
612 FAIL text-decoration: blink assert_equals: text-decoration raw inline style decl aration expected "blink" but got ""
613 PASS text-decoration: inherit
614 PASS text-indent: 0px
615 PASS text-indent: 1px
616 PASS text-indent: .1em
617 PASS text-indent: 5%
618 PASS text-indent: .5%
619 PASS text-indent: inherit
620 PASS text-transform: capitalize
621 PASS text-transform: uppercase
622 PASS text-transform: lowercase
623 PASS text-transform: none
624 PASS text-transform: inherit
625 PASS top: 0px
626 PASS top: 1px
627 PASS top: .1em
628 PASS top: 5%
629 PASS top: .5%
630 PASS top: auto
631 PASS top: inherit
632 PASS unicode-bidi: normal
633 PASS unicode-bidi: embed
634 PASS unicode-bidi: bidi-override
635 PASS unicode-bidi: inherit
636 PASS vertical-align: baseline
637 PASS vertical-align: sub
638 PASS vertical-align: super
639 PASS vertical-align: top
640 PASS vertical-align: text-top
641 PASS vertical-align: middle
642 PASS vertical-align: bottom
643 PASS vertical-align: text-bottom
644 PASS vertical-align: 5%
645 PASS vertical-align: .5%
646 PASS vertical-align: 0px
647 PASS vertical-align: 1px
648 PASS vertical-align: .1em
649 PASS vertical-align: inherit
650 PASS visibility: visible
651 PASS visibility: hidden
652 PASS visibility: collapse
653 PASS visibility: inherit
654 PASS white-space: normal
655 PASS white-space: pre
656 PASS white-space: nowrap
657 PASS white-space: pre-wrap
658 PASS white-space: pre-line
659 PASS white-space: inherit
660 PASS widows: 101
661 PASS widows: inherit
662 PASS width: 0px
663 PASS width: 1px
664 PASS width: .1em
665 PASS width: 5%
666 PASS width: .5%
667 PASS width: auto
668 PASS width: inherit
669 PASS word-spacing: normal
670 PASS word-spacing: 0px
671 PASS word-spacing: 1px
672 PASS word-spacing: .1em
673 PASS word-spacing: inherit
674 PASS z-index: auto
675 PASS z-index: 0
676 PASS z-index: 101
677 PASS z-index: -51
678 PASS z-index: inherit
679 Harness: the test ran to completion.
680
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698