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

Side by Side Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/css/getComputedStyle-basic-expected.txt

Issue 171008: Rebaseline 4 tests that were changed upstream. (Closed)
Patch Set: Created 11 years, 4 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 rect: style.getPropertyValue(background-attachment) : scroll 1 rect: style.getPropertyValue(background-attachment) : scroll
2 rect: style.getPropertyCSSValue(background-attachment) : [object CSSPrimitiveVal ue] 2 rect: style.getPropertyCSSValue(background-attachment) : [object CSSPrimitiveVal ue]
3 rect: style.getPropertyValue(background-clip) : border-box 3 rect: style.getPropertyValue(background-clip) : border-box
4 rect: style.getPropertyCSSValue(background-clip) : [object CSSPrimitiveValue] 4 rect: style.getPropertyCSSValue(background-clip) : [object CSSPrimitiveValue]
5 rect: style.getPropertyValue(background-color) : rgba(0, 0, 0, 0) 5 rect: style.getPropertyValue(background-color) : rgba(0, 0, 0, 0)
6 rect: style.getPropertyCSSValue(background-color) : [object CSSPrimitiveValue] 6 rect: style.getPropertyCSSValue(background-color) : [object CSSPrimitiveValue]
7 rect: style.getPropertyValue(background-image) : none 7 rect: style.getPropertyValue(background-image) : none
8 rect: style.getPropertyCSSValue(background-image) : [object CSSPrimitiveValue] 8 rect: style.getPropertyCSSValue(background-image) : [object CSSPrimitiveValue]
9 rect: style.getPropertyValue(background-origin) : padding-box 9 rect: style.getPropertyValue(background-origin) : padding-box
10 rect: style.getPropertyCSSValue(background-origin) : [object CSSPrimitiveValue] 10 rect: style.getPropertyCSSValue(background-origin) : [object CSSPrimitiveValue]
11 rect: style.getPropertyValue(background-position) : 0% 0% 11 rect: style.getPropertyValue(background-position) : 0% 0%
12 rect: style.getPropertyCSSValue(background-position) : [object CSSValueList] 12 rect: style.getPropertyCSSValue(background-position) : [object CSSValueList]
13 rect: style.getPropertyValue(background-repeat) : repeat 13 rect: style.getPropertyValue(background-repeat) : repeat
14 rect: style.getPropertyCSSValue(background-repeat) : [object CSSPrimitiveValue] 14 rect: style.getPropertyCSSValue(background-repeat) : [object CSSPrimitiveValue]
15 rect: style.getPropertyValue(border-bottom-color) : rgb(0, 0, 0) 15 rect: style.getPropertyValue(border-bottom-color) : rgb(0, 0, 0)
16 rect: style.getPropertyCSSValue(border-bottom-color) : [object CSSPrimitiveValue ] 16 rect: style.getPropertyCSSValue(border-bottom-color) : [object CSSPrimitiveValue ]
17 rect: style.getPropertyValue(border-bottom-left-radius) : 0px
18 rect: style.getPropertyCSSValue(border-bottom-left-radius) : [object CSSPrimitiv eValue]
19 rect: style.getPropertyValue(border-bottom-right-radius) : 0px
20 rect: style.getPropertyCSSValue(border-bottom-right-radius) : [object CSSPrimiti veValue]
17 rect: style.getPropertyValue(border-bottom-style) : none 21 rect: style.getPropertyValue(border-bottom-style) : none
18 rect: style.getPropertyCSSValue(border-bottom-style) : [object CSSPrimitiveValue ] 22 rect: style.getPropertyCSSValue(border-bottom-style) : [object CSSPrimitiveValue ]
19 rect: style.getPropertyValue(border-bottom-width) : 0px 23 rect: style.getPropertyValue(border-bottom-width) : 0px
20 rect: style.getPropertyCSSValue(border-bottom-width) : [object CSSPrimitiveValue ] 24 rect: style.getPropertyCSSValue(border-bottom-width) : [object CSSPrimitiveValue ]
21 rect: style.getPropertyValue(border-collapse) : separate 25 rect: style.getPropertyValue(border-collapse) : separate
22 rect: style.getPropertyCSSValue(border-collapse) : [object CSSPrimitiveValue] 26 rect: style.getPropertyCSSValue(border-collapse) : [object CSSPrimitiveValue]
23 rect: style.getPropertyValue(border-left-color) : rgb(0, 0, 0) 27 rect: style.getPropertyValue(border-left-color) : rgb(0, 0, 0)
24 rect: style.getPropertyCSSValue(border-left-color) : [object CSSPrimitiveValue] 28 rect: style.getPropertyCSSValue(border-left-color) : [object CSSPrimitiveValue]
25 rect: style.getPropertyValue(border-left-style) : none 29 rect: style.getPropertyValue(border-left-style) : none
26 rect: style.getPropertyCSSValue(border-left-style) : [object CSSPrimitiveValue] 30 rect: style.getPropertyCSSValue(border-left-style) : [object CSSPrimitiveValue]
27 rect: style.getPropertyValue(border-left-width) : 0px 31 rect: style.getPropertyValue(border-left-width) : 0px
28 rect: style.getPropertyCSSValue(border-left-width) : [object CSSPrimitiveValue] 32 rect: style.getPropertyCSSValue(border-left-width) : [object CSSPrimitiveValue]
29 rect: style.getPropertyValue(border-right-color) : rgb(0, 0, 0) 33 rect: style.getPropertyValue(border-right-color) : rgb(0, 0, 0)
30 rect: style.getPropertyCSSValue(border-right-color) : [object CSSPrimitiveValue] 34 rect: style.getPropertyCSSValue(border-right-color) : [object CSSPrimitiveValue]
31 rect: style.getPropertyValue(border-right-style) : none 35 rect: style.getPropertyValue(border-right-style) : none
32 rect: style.getPropertyCSSValue(border-right-style) : [object CSSPrimitiveValue] 36 rect: style.getPropertyCSSValue(border-right-style) : [object CSSPrimitiveValue]
33 rect: style.getPropertyValue(border-right-width) : 0px 37 rect: style.getPropertyValue(border-right-width) : 0px
34 rect: style.getPropertyCSSValue(border-right-width) : [object CSSPrimitiveValue] 38 rect: style.getPropertyCSSValue(border-right-width) : [object CSSPrimitiveValue]
35 rect: style.getPropertyValue(border-top-color) : rgb(0, 0, 0) 39 rect: style.getPropertyValue(border-top-color) : rgb(0, 0, 0)
36 rect: style.getPropertyCSSValue(border-top-color) : [object CSSPrimitiveValue] 40 rect: style.getPropertyCSSValue(border-top-color) : [object CSSPrimitiveValue]
41 rect: style.getPropertyValue(border-top-left-radius) : 0px
42 rect: style.getPropertyCSSValue(border-top-left-radius) : [object CSSPrimitiveVa lue]
43 rect: style.getPropertyValue(border-top-right-radius) : 0px
44 rect: style.getPropertyCSSValue(border-top-right-radius) : [object CSSPrimitiveV alue]
37 rect: style.getPropertyValue(border-top-style) : none 45 rect: style.getPropertyValue(border-top-style) : none
38 rect: style.getPropertyCSSValue(border-top-style) : [object CSSPrimitiveValue] 46 rect: style.getPropertyCSSValue(border-top-style) : [object CSSPrimitiveValue]
39 rect: style.getPropertyValue(border-top-width) : 0px 47 rect: style.getPropertyValue(border-top-width) : 0px
40 rect: style.getPropertyCSSValue(border-top-width) : [object CSSPrimitiveValue] 48 rect: style.getPropertyCSSValue(border-top-width) : [object CSSPrimitiveValue]
41 rect: style.getPropertyValue(bottom) : auto 49 rect: style.getPropertyValue(bottom) : auto
42 rect: style.getPropertyCSSValue(bottom) : [object CSSPrimitiveValue] 50 rect: style.getPropertyCSSValue(bottom) : [object CSSPrimitiveValue]
43 rect: style.getPropertyValue(box-shadow) : none 51 rect: style.getPropertyValue(box-shadow) : none
44 rect: style.getPropertyCSSValue(box-shadow) : [object CSSPrimitiveValue] 52 rect: style.getPropertyCSSValue(box-shadow) : [object CSSPrimitiveValue]
45 rect: style.getPropertyValue(caption-side) : top 53 rect: style.getPropertyValue(caption-side) : top
46 rect: style.getPropertyCSSValue(caption-side) : [object CSSPrimitiveValue] 54 rect: style.getPropertyCSSValue(caption-side) : [object CSSPrimitiveValue]
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 rect: style.getPropertyValue(-webkit-animation-delay) : 0s 185 rect: style.getPropertyValue(-webkit-animation-delay) : 0s
178 rect: style.getPropertyCSSValue(-webkit-animation-delay) : [object CSSValueList] 186 rect: style.getPropertyCSSValue(-webkit-animation-delay) : [object CSSValueList]
179 rect: style.getPropertyValue(-webkit-animation-direction) : normal 187 rect: style.getPropertyValue(-webkit-animation-direction) : normal
180 rect: style.getPropertyCSSValue(-webkit-animation-direction) : [object CSSValueL ist] 188 rect: style.getPropertyCSSValue(-webkit-animation-direction) : [object CSSValueL ist]
181 rect: style.getPropertyValue(-webkit-animation-duration) : 0s 189 rect: style.getPropertyValue(-webkit-animation-duration) : 0s
182 rect: style.getPropertyCSSValue(-webkit-animation-duration) : [object CSSValueLi st] 190 rect: style.getPropertyCSSValue(-webkit-animation-duration) : [object CSSValueLi st]
183 rect: style.getPropertyValue(-webkit-animation-iteration-count) : 1 191 rect: style.getPropertyValue(-webkit-animation-iteration-count) : 1
184 rect: style.getPropertyCSSValue(-webkit-animation-iteration-count) : [object CSS ValueList] 192 rect: style.getPropertyCSSValue(-webkit-animation-iteration-count) : [object CSS ValueList]
185 rect: style.getPropertyValue(-webkit-animation-name) : none 193 rect: style.getPropertyValue(-webkit-animation-name) : none
186 rect: style.getPropertyCSSValue(-webkit-animation-name) : [object CSSValueList] 194 rect: style.getPropertyCSSValue(-webkit-animation-name) : [object CSSValueList]
195 rect: style.getPropertyValue(-webkit-animation-play-state) : running
196 rect: style.getPropertyCSSValue(-webkit-animation-play-state) : [object CSSValue List]
187 rect: style.getPropertyValue(-webkit-animation-timing-function) : cubic-bezier(0 .25, 0.1, 0.25, 1) 197 rect: style.getPropertyValue(-webkit-animation-timing-function) : cubic-bezier(0 .25, 0.1, 0.25, 1)
188 rect: style.getPropertyCSSValue(-webkit-animation-timing-function) : [object CSS ValueList] 198 rect: style.getPropertyCSSValue(-webkit-animation-timing-function) : [object CSS ValueList]
189 rect: style.getPropertyValue(-webkit-appearance) : none 199 rect: style.getPropertyValue(-webkit-appearance) : none
190 rect: style.getPropertyCSSValue(-webkit-appearance) : [object CSSPrimitiveValue] 200 rect: style.getPropertyCSSValue(-webkit-appearance) : [object CSSPrimitiveValue]
191 rect: style.getPropertyValue(-webkit-backface-visibility) : visible 201 rect: style.getPropertyValue(-webkit-backface-visibility) : visible
192 rect: style.getPropertyCSSValue(-webkit-backface-visibility) : [object CSSPrimit iveValue] 202 rect: style.getPropertyCSSValue(-webkit-backface-visibility) : [object CSSPrimit iveValue]
193 rect: style.getPropertyValue(-webkit-background-clip) : border-box 203 rect: style.getPropertyValue(-webkit-background-clip) : border-box
194 rect: style.getPropertyCSSValue(-webkit-background-clip) : [object CSSPrimitiveV alue] 204 rect: style.getPropertyCSSValue(-webkit-background-clip) : [object CSSPrimitiveV alue]
195 rect: style.getPropertyValue(-webkit-background-composite) : source-over 205 rect: style.getPropertyValue(-webkit-background-composite) : source-over
196 rect: style.getPropertyCSSValue(-webkit-background-composite) : [object CSSPrimi tiveValue] 206 rect: style.getPropertyCSSValue(-webkit-background-composite) : [object CSSPrimi tiveValue]
197 rect: style.getPropertyValue(-webkit-background-origin) : padding-box 207 rect: style.getPropertyValue(-webkit-background-origin) : padding-box
198 rect: style.getPropertyCSSValue(-webkit-background-origin) : [object CSSPrimitiv eValue] 208 rect: style.getPropertyCSSValue(-webkit-background-origin) : [object CSSPrimitiv eValue]
199 rect: style.getPropertyValue(-webkit-background-size) : auto auto 209 rect: style.getPropertyValue(-webkit-background-size) : auto auto
200 rect: style.getPropertyCSSValue(-webkit-background-size) : [object CSSValueList] 210 rect: style.getPropertyCSSValue(-webkit-background-size) : [object CSSValueList]
201 rect: style.getPropertyValue(-webkit-border-bottom-left-radius) : 0px
202 rect: style.getPropertyCSSValue(-webkit-border-bottom-left-radius) : [object CSS PrimitiveValue]
203 rect: style.getPropertyValue(-webkit-border-bottom-right-radius) : 0px
204 rect: style.getPropertyCSSValue(-webkit-border-bottom-right-radius) : [object CS SPrimitiveValue]
205 rect: style.getPropertyValue(-webkit-border-fit) : border 211 rect: style.getPropertyValue(-webkit-border-fit) : border
206 rect: style.getPropertyCSSValue(-webkit-border-fit) : [object CSSPrimitiveValue] 212 rect: style.getPropertyCSSValue(-webkit-border-fit) : [object CSSPrimitiveValue]
207 rect: style.getPropertyValue(-webkit-border-horizontal-spacing) : 0px 213 rect: style.getPropertyValue(-webkit-border-horizontal-spacing) : 0px
208 rect: style.getPropertyCSSValue(-webkit-border-horizontal-spacing) : [object CSS PrimitiveValue] 214 rect: style.getPropertyCSSValue(-webkit-border-horizontal-spacing) : [object CSS PrimitiveValue]
209 rect: style.getPropertyValue(-webkit-border-image) : none 215 rect: style.getPropertyValue(-webkit-border-image) : none
210 rect: style.getPropertyCSSValue(-webkit-border-image) : [object CSSPrimitiveValu e] 216 rect: style.getPropertyCSSValue(-webkit-border-image) : [object CSSPrimitiveValu e]
211 rect: style.getPropertyValue(-webkit-border-top-left-radius) : 0px
212 rect: style.getPropertyCSSValue(-webkit-border-top-left-radius) : [object CSSPri mitiveValue]
213 rect: style.getPropertyValue(-webkit-border-top-right-radius) : 0px
214 rect: style.getPropertyCSSValue(-webkit-border-top-right-radius) : [object CSSPr imitiveValue]
215 rect: style.getPropertyValue(-webkit-border-vertical-spacing) : 0px 217 rect: style.getPropertyValue(-webkit-border-vertical-spacing) : 0px
216 rect: style.getPropertyCSSValue(-webkit-border-vertical-spacing) : [object CSSPr imitiveValue] 218 rect: style.getPropertyCSSValue(-webkit-border-vertical-spacing) : [object CSSPr imitiveValue]
217 rect: style.getPropertyValue(-webkit-box-align) : stretch 219 rect: style.getPropertyValue(-webkit-box-align) : stretch
218 rect: style.getPropertyCSSValue(-webkit-box-align) : [object CSSPrimitiveValue] 220 rect: style.getPropertyCSSValue(-webkit-box-align) : [object CSSPrimitiveValue]
219 rect: style.getPropertyValue(-webkit-box-direction) : normal 221 rect: style.getPropertyValue(-webkit-box-direction) : normal
220 rect: style.getPropertyCSSValue(-webkit-box-direction) : [object CSSPrimitiveVal ue] 222 rect: style.getPropertyCSSValue(-webkit-box-direction) : [object CSSPrimitiveVal ue]
221 rect: style.getPropertyValue(-webkit-box-flex) : 0 223 rect: style.getPropertyValue(-webkit-box-flex) : 0
222 rect: style.getPropertyCSSValue(-webkit-box-flex) : [object CSSPrimitiveValue] 224 rect: style.getPropertyCSSValue(-webkit-box-flex) : [object CSSPrimitiveValue]
223 rect: style.getPropertyValue(-webkit-box-flex-group) : 1 225 rect: style.getPropertyValue(-webkit-box-flex-group) : 1
224 rect: style.getPropertyCSSValue(-webkit-box-flex-group) : [object CSSPrimitiveVa lue] 226 rect: style.getPropertyCSSValue(-webkit-box-flex-group) : [object CSSPrimitiveVa lue]
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 g: style.getPropertyValue(background-image) : none 411 g: style.getPropertyValue(background-image) : none
410 g: style.getPropertyCSSValue(background-image) : [object CSSPrimitiveValue] 412 g: style.getPropertyCSSValue(background-image) : [object CSSPrimitiveValue]
411 g: style.getPropertyValue(background-origin) : padding-box 413 g: style.getPropertyValue(background-origin) : padding-box
412 g: style.getPropertyCSSValue(background-origin) : [object CSSPrimitiveValue] 414 g: style.getPropertyCSSValue(background-origin) : [object CSSPrimitiveValue]
413 g: style.getPropertyValue(background-position) : 0% 0% 415 g: style.getPropertyValue(background-position) : 0% 0%
414 g: style.getPropertyCSSValue(background-position) : [object CSSValueList] 416 g: style.getPropertyCSSValue(background-position) : [object CSSValueList]
415 g: style.getPropertyValue(background-repeat) : repeat 417 g: style.getPropertyValue(background-repeat) : repeat
416 g: style.getPropertyCSSValue(background-repeat) : [object CSSPrimitiveValue] 418 g: style.getPropertyCSSValue(background-repeat) : [object CSSPrimitiveValue]
417 g: style.getPropertyValue(border-bottom-color) : rgb(0, 0, 0) 419 g: style.getPropertyValue(border-bottom-color) : rgb(0, 0, 0)
418 g: style.getPropertyCSSValue(border-bottom-color) : [object CSSPrimitiveValue] 420 g: style.getPropertyCSSValue(border-bottom-color) : [object CSSPrimitiveValue]
421 g: style.getPropertyValue(border-bottom-left-radius) : 0px
422 g: style.getPropertyCSSValue(border-bottom-left-radius) : [object CSSPrimitiveVa lue]
423 g: style.getPropertyValue(border-bottom-right-radius) : 0px
424 g: style.getPropertyCSSValue(border-bottom-right-radius) : [object CSSPrimitiveV alue]
419 g: style.getPropertyValue(border-bottom-style) : none 425 g: style.getPropertyValue(border-bottom-style) : none
420 g: style.getPropertyCSSValue(border-bottom-style) : [object CSSPrimitiveValue] 426 g: style.getPropertyCSSValue(border-bottom-style) : [object CSSPrimitiveValue]
421 g: style.getPropertyValue(border-bottom-width) : 0px 427 g: style.getPropertyValue(border-bottom-width) : 0px
422 g: style.getPropertyCSSValue(border-bottom-width) : [object CSSPrimitiveValue] 428 g: style.getPropertyCSSValue(border-bottom-width) : [object CSSPrimitiveValue]
423 g: style.getPropertyValue(border-collapse) : separate 429 g: style.getPropertyValue(border-collapse) : separate
424 g: style.getPropertyCSSValue(border-collapse) : [object CSSPrimitiveValue] 430 g: style.getPropertyCSSValue(border-collapse) : [object CSSPrimitiveValue]
425 g: style.getPropertyValue(border-left-color) : rgb(0, 0, 0) 431 g: style.getPropertyValue(border-left-color) : rgb(0, 0, 0)
426 g: style.getPropertyCSSValue(border-left-color) : [object CSSPrimitiveValue] 432 g: style.getPropertyCSSValue(border-left-color) : [object CSSPrimitiveValue]
427 g: style.getPropertyValue(border-left-style) : none 433 g: style.getPropertyValue(border-left-style) : none
428 g: style.getPropertyCSSValue(border-left-style) : [object CSSPrimitiveValue] 434 g: style.getPropertyCSSValue(border-left-style) : [object CSSPrimitiveValue]
429 g: style.getPropertyValue(border-left-width) : 0px 435 g: style.getPropertyValue(border-left-width) : 0px
430 g: style.getPropertyCSSValue(border-left-width) : [object CSSPrimitiveValue] 436 g: style.getPropertyCSSValue(border-left-width) : [object CSSPrimitiveValue]
431 g: style.getPropertyValue(border-right-color) : rgb(0, 0, 0) 437 g: style.getPropertyValue(border-right-color) : rgb(0, 0, 0)
432 g: style.getPropertyCSSValue(border-right-color) : [object CSSPrimitiveValue] 438 g: style.getPropertyCSSValue(border-right-color) : [object CSSPrimitiveValue]
433 g: style.getPropertyValue(border-right-style) : none 439 g: style.getPropertyValue(border-right-style) : none
434 g: style.getPropertyCSSValue(border-right-style) : [object CSSPrimitiveValue] 440 g: style.getPropertyCSSValue(border-right-style) : [object CSSPrimitiveValue]
435 g: style.getPropertyValue(border-right-width) : 0px 441 g: style.getPropertyValue(border-right-width) : 0px
436 g: style.getPropertyCSSValue(border-right-width) : [object CSSPrimitiveValue] 442 g: style.getPropertyCSSValue(border-right-width) : [object CSSPrimitiveValue]
437 g: style.getPropertyValue(border-top-color) : rgb(0, 0, 0) 443 g: style.getPropertyValue(border-top-color) : rgb(0, 0, 0)
438 g: style.getPropertyCSSValue(border-top-color) : [object CSSPrimitiveValue] 444 g: style.getPropertyCSSValue(border-top-color) : [object CSSPrimitiveValue]
445 g: style.getPropertyValue(border-top-left-radius) : 0px
446 g: style.getPropertyCSSValue(border-top-left-radius) : [object CSSPrimitiveValue ]
447 g: style.getPropertyValue(border-top-right-radius) : 0px
448 g: style.getPropertyCSSValue(border-top-right-radius) : [object CSSPrimitiveValu e]
439 g: style.getPropertyValue(border-top-style) : none 449 g: style.getPropertyValue(border-top-style) : none
440 g: style.getPropertyCSSValue(border-top-style) : [object CSSPrimitiveValue] 450 g: style.getPropertyCSSValue(border-top-style) : [object CSSPrimitiveValue]
441 g: style.getPropertyValue(border-top-width) : 0px 451 g: style.getPropertyValue(border-top-width) : 0px
442 g: style.getPropertyCSSValue(border-top-width) : [object CSSPrimitiveValue] 452 g: style.getPropertyCSSValue(border-top-width) : [object CSSPrimitiveValue]
443 g: style.getPropertyValue(bottom) : auto 453 g: style.getPropertyValue(bottom) : auto
444 g: style.getPropertyCSSValue(bottom) : [object CSSPrimitiveValue] 454 g: style.getPropertyCSSValue(bottom) : [object CSSPrimitiveValue]
445 g: style.getPropertyValue(box-shadow) : none 455 g: style.getPropertyValue(box-shadow) : none
446 g: style.getPropertyCSSValue(box-shadow) : [object CSSPrimitiveValue] 456 g: style.getPropertyCSSValue(box-shadow) : [object CSSPrimitiveValue]
447 g: style.getPropertyValue(caption-side) : top 457 g: style.getPropertyValue(caption-side) : top
448 g: style.getPropertyCSSValue(caption-side) : [object CSSPrimitiveValue] 458 g: style.getPropertyCSSValue(caption-side) : [object CSSPrimitiveValue]
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 g: style.getPropertyValue(-webkit-animation-delay) : 0s 589 g: style.getPropertyValue(-webkit-animation-delay) : 0s
580 g: style.getPropertyCSSValue(-webkit-animation-delay) : [object CSSValueList] 590 g: style.getPropertyCSSValue(-webkit-animation-delay) : [object CSSValueList]
581 g: style.getPropertyValue(-webkit-animation-direction) : normal 591 g: style.getPropertyValue(-webkit-animation-direction) : normal
582 g: style.getPropertyCSSValue(-webkit-animation-direction) : [object CSSValueList ] 592 g: style.getPropertyCSSValue(-webkit-animation-direction) : [object CSSValueList ]
583 g: style.getPropertyValue(-webkit-animation-duration) : 0s 593 g: style.getPropertyValue(-webkit-animation-duration) : 0s
584 g: style.getPropertyCSSValue(-webkit-animation-duration) : [object CSSValueList] 594 g: style.getPropertyCSSValue(-webkit-animation-duration) : [object CSSValueList]
585 g: style.getPropertyValue(-webkit-animation-iteration-count) : 1 595 g: style.getPropertyValue(-webkit-animation-iteration-count) : 1
586 g: style.getPropertyCSSValue(-webkit-animation-iteration-count) : [object CSSVal ueList] 596 g: style.getPropertyCSSValue(-webkit-animation-iteration-count) : [object CSSVal ueList]
587 g: style.getPropertyValue(-webkit-animation-name) : none 597 g: style.getPropertyValue(-webkit-animation-name) : none
588 g: style.getPropertyCSSValue(-webkit-animation-name) : [object CSSValueList] 598 g: style.getPropertyCSSValue(-webkit-animation-name) : [object CSSValueList]
599 g: style.getPropertyValue(-webkit-animation-play-state) : running
600 g: style.getPropertyCSSValue(-webkit-animation-play-state) : [object CSSValueLis t]
589 g: style.getPropertyValue(-webkit-animation-timing-function) : cubic-bezier(0.25 , 0.1, 0.25, 1) 601 g: style.getPropertyValue(-webkit-animation-timing-function) : cubic-bezier(0.25 , 0.1, 0.25, 1)
590 g: style.getPropertyCSSValue(-webkit-animation-timing-function) : [object CSSVal ueList] 602 g: style.getPropertyCSSValue(-webkit-animation-timing-function) : [object CSSVal ueList]
591 g: style.getPropertyValue(-webkit-appearance) : none 603 g: style.getPropertyValue(-webkit-appearance) : none
592 g: style.getPropertyCSSValue(-webkit-appearance) : [object CSSPrimitiveValue] 604 g: style.getPropertyCSSValue(-webkit-appearance) : [object CSSPrimitiveValue]
593 g: style.getPropertyValue(-webkit-backface-visibility) : visible 605 g: style.getPropertyValue(-webkit-backface-visibility) : visible
594 g: style.getPropertyCSSValue(-webkit-backface-visibility) : [object CSSPrimitive Value] 606 g: style.getPropertyCSSValue(-webkit-backface-visibility) : [object CSSPrimitive Value]
595 g: style.getPropertyValue(-webkit-background-clip) : border-box 607 g: style.getPropertyValue(-webkit-background-clip) : border-box
596 g: style.getPropertyCSSValue(-webkit-background-clip) : [object CSSPrimitiveValu e] 608 g: style.getPropertyCSSValue(-webkit-background-clip) : [object CSSPrimitiveValu e]
597 g: style.getPropertyValue(-webkit-background-composite) : source-over 609 g: style.getPropertyValue(-webkit-background-composite) : source-over
598 g: style.getPropertyCSSValue(-webkit-background-composite) : [object CSSPrimitiv eValue] 610 g: style.getPropertyCSSValue(-webkit-background-composite) : [object CSSPrimitiv eValue]
599 g: style.getPropertyValue(-webkit-background-origin) : padding-box 611 g: style.getPropertyValue(-webkit-background-origin) : padding-box
600 g: style.getPropertyCSSValue(-webkit-background-origin) : [object CSSPrimitiveVa lue] 612 g: style.getPropertyCSSValue(-webkit-background-origin) : [object CSSPrimitiveVa lue]
601 g: style.getPropertyValue(-webkit-background-size) : auto auto 613 g: style.getPropertyValue(-webkit-background-size) : auto auto
602 g: style.getPropertyCSSValue(-webkit-background-size) : [object CSSValueList] 614 g: style.getPropertyCSSValue(-webkit-background-size) : [object CSSValueList]
603 g: style.getPropertyValue(-webkit-border-bottom-left-radius) : 0px
604 g: style.getPropertyCSSValue(-webkit-border-bottom-left-radius) : [object CSSPri mitiveValue]
605 g: style.getPropertyValue(-webkit-border-bottom-right-radius) : 0px
606 g: style.getPropertyCSSValue(-webkit-border-bottom-right-radius) : [object CSSPr imitiveValue]
607 g: style.getPropertyValue(-webkit-border-fit) : border 615 g: style.getPropertyValue(-webkit-border-fit) : border
608 g: style.getPropertyCSSValue(-webkit-border-fit) : [object CSSPrimitiveValue] 616 g: style.getPropertyCSSValue(-webkit-border-fit) : [object CSSPrimitiveValue]
609 g: style.getPropertyValue(-webkit-border-horizontal-spacing) : 0px 617 g: style.getPropertyValue(-webkit-border-horizontal-spacing) : 0px
610 g: style.getPropertyCSSValue(-webkit-border-horizontal-spacing) : [object CSSPri mitiveValue] 618 g: style.getPropertyCSSValue(-webkit-border-horizontal-spacing) : [object CSSPri mitiveValue]
611 g: style.getPropertyValue(-webkit-border-image) : none 619 g: style.getPropertyValue(-webkit-border-image) : none
612 g: style.getPropertyCSSValue(-webkit-border-image) : [object CSSPrimitiveValue] 620 g: style.getPropertyCSSValue(-webkit-border-image) : [object CSSPrimitiveValue]
613 g: style.getPropertyValue(-webkit-border-top-left-radius) : 0px
614 g: style.getPropertyCSSValue(-webkit-border-top-left-radius) : [object CSSPrimit iveValue]
615 g: style.getPropertyValue(-webkit-border-top-right-radius) : 0px
616 g: style.getPropertyCSSValue(-webkit-border-top-right-radius) : [object CSSPrimi tiveValue]
617 g: style.getPropertyValue(-webkit-border-vertical-spacing) : 0px 621 g: style.getPropertyValue(-webkit-border-vertical-spacing) : 0px
618 g: style.getPropertyCSSValue(-webkit-border-vertical-spacing) : [object CSSPrimi tiveValue] 622 g: style.getPropertyCSSValue(-webkit-border-vertical-spacing) : [object CSSPrimi tiveValue]
619 g: style.getPropertyValue(-webkit-box-align) : stretch 623 g: style.getPropertyValue(-webkit-box-align) : stretch
620 g: style.getPropertyCSSValue(-webkit-box-align) : [object CSSPrimitiveValue] 624 g: style.getPropertyCSSValue(-webkit-box-align) : [object CSSPrimitiveValue]
621 g: style.getPropertyValue(-webkit-box-direction) : normal 625 g: style.getPropertyValue(-webkit-box-direction) : normal
622 g: style.getPropertyCSSValue(-webkit-box-direction) : [object CSSPrimitiveValue] 626 g: style.getPropertyCSSValue(-webkit-box-direction) : [object CSSPrimitiveValue]
623 g: style.getPropertyValue(-webkit-box-flex) : 0 627 g: style.getPropertyValue(-webkit-box-flex) : 0
624 g: style.getPropertyCSSValue(-webkit-box-flex) : [object CSSPrimitiveValue] 628 g: style.getPropertyCSSValue(-webkit-box-flex) : [object CSSPrimitiveValue]
625 g: style.getPropertyValue(-webkit-box-flex-group) : 1 629 g: style.getPropertyValue(-webkit-box-flex-group) : 1
626 g: style.getPropertyCSSValue(-webkit-box-flex-group) : [object CSSPrimitiveValue ] 630 g: style.getPropertyCSSValue(-webkit-box-flex-group) : [object CSSPrimitiveValue ]
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 g: style.getPropertyValue(kerning) : 799 g: style.getPropertyValue(kerning) :
796 g: style.getPropertyCSSValue(kerning) : null 800 g: style.getPropertyCSSValue(kerning) : null
797 g: style.getPropertyValue(text-anchor) : start 801 g: style.getPropertyValue(text-anchor) : start
798 g: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue] 802 g: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue]
799 g: style.getPropertyValue(writing-mode) : lr-tb 803 g: style.getPropertyValue(writing-mode) : lr-tb
800 g: style.getPropertyCSSValue(writing-mode) : [object CSSPrimitiveValue] 804 g: style.getPropertyCSSValue(writing-mode) : [object CSSPrimitiveValue]
801 g: style.getPropertyValue(glyph-orientation-horizontal) : 0deg 805 g: style.getPropertyValue(glyph-orientation-horizontal) : 0deg
802 g: style.getPropertyCSSValue(glyph-orientation-horizontal) : [object CSSPrimitiv eValue] 806 g: style.getPropertyCSSValue(glyph-orientation-horizontal) : [object CSSPrimitiv eValue]
803 g: style.getPropertyValue(glyph-orientation-vertical) : auto 807 g: style.getPropertyValue(glyph-orientation-vertical) : auto
804 g: style.getPropertyCSSValue(glyph-orientation-vertical) : [object CSSPrimitiveV alue] 808 g: style.getPropertyCSSValue(glyph-orientation-vertical) : [object CSSPrimitiveV alue]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698