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

Side by Side Diff: LayoutTests/svg/css/getComputedStyle-basic-expected.txt

Issue 134013002: Upgrade align-self and align-items parsing to CSS 3 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Really fix the tests Created 6 years, 11 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 | Annotate | Revision Log
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]
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 rect: style.getPropertyCSSValue(-webkit-column-rule-style) : [object CSSPrimitiv eValue] 280 rect: style.getPropertyCSSValue(-webkit-column-rule-style) : [object CSSPrimitiv eValue]
281 rect: style.getPropertyValue(-webkit-column-rule-width) : 0px 281 rect: style.getPropertyValue(-webkit-column-rule-width) : 0px
282 rect: style.getPropertyCSSValue(-webkit-column-rule-width) : [object CSSPrimitiv eValue] 282 rect: style.getPropertyCSSValue(-webkit-column-rule-width) : [object CSSPrimitiv eValue]
283 rect: style.getPropertyValue(-webkit-column-span) : none 283 rect: style.getPropertyValue(-webkit-column-span) : none
284 rect: style.getPropertyCSSValue(-webkit-column-span) : [object CSSPrimitiveValue ] 284 rect: style.getPropertyCSSValue(-webkit-column-span) : [object CSSPrimitiveValue ]
285 rect: style.getPropertyValue(-webkit-column-width) : auto 285 rect: style.getPropertyValue(-webkit-column-width) : auto
286 rect: style.getPropertyCSSValue(-webkit-column-width) : [object CSSPrimitiveValu e] 286 rect: style.getPropertyCSSValue(-webkit-column-width) : [object CSSPrimitiveValu e]
287 rect: style.getPropertyValue(align-content) : stretch 287 rect: style.getPropertyValue(align-content) : stretch
288 rect: style.getPropertyCSSValue(align-content) : [object CSSPrimitiveValue] 288 rect: style.getPropertyCSSValue(align-content) : [object CSSPrimitiveValue]
289 rect: style.getPropertyValue(align-items) : stretch 289 rect: style.getPropertyValue(align-items) : stretch
290 rect: style.getPropertyCSSValue(align-items) : [object CSSPrimitiveValue] 290 rect: style.getPropertyCSSValue(align-items) : [object CSSValueList]
291 rect: style.getPropertyValue(align-self) : stretch 291 rect: style.getPropertyValue(align-self) : stretch
292 rect: style.getPropertyCSSValue(align-self) : [object CSSPrimitiveValue] 292 rect: style.getPropertyCSSValue(align-self) : [object CSSValueList]
293 rect: style.getPropertyValue(flex-direction) : row 293 rect: style.getPropertyValue(flex-direction) : row
294 rect: style.getPropertyCSSValue(flex-direction) : [object CSSPrimitiveValue] 294 rect: style.getPropertyCSSValue(flex-direction) : [object CSSPrimitiveValue]
295 rect: style.getPropertyValue(flex-wrap) : nowrap 295 rect: style.getPropertyValue(flex-wrap) : nowrap
296 rect: style.getPropertyCSSValue(flex-wrap) : [object CSSPrimitiveValue] 296 rect: style.getPropertyCSSValue(flex-wrap) : [object CSSPrimitiveValue]
297 rect: style.getPropertyValue(justify-content) : flex-start 297 rect: style.getPropertyValue(justify-content) : flex-start
298 rect: style.getPropertyCSSValue(justify-content) : [object CSSPrimitiveValue] 298 rect: style.getPropertyCSSValue(justify-content) : [object CSSPrimitiveValue]
299 rect: style.getPropertyValue(-webkit-font-smoothing) : auto 299 rect: style.getPropertyValue(-webkit-font-smoothing) : auto
300 rect: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveVa lue] 300 rect: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveVa lue]
301 rect: style.getPropertyValue(-webkit-font-variant-ligatures) : normal 301 rect: style.getPropertyValue(-webkit-font-variant-ligatures) : normal
302 rect: style.getPropertyCSSValue(-webkit-font-variant-ligatures) : [object CSSPri mitiveValue] 302 rect: style.getPropertyCSSValue(-webkit-font-variant-ligatures) : [object CSSPri mitiveValue]
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 g: style.getPropertyCSSValue(-webkit-column-rule-style) : [object CSSPrimitiveVa lue] 754 g: style.getPropertyCSSValue(-webkit-column-rule-style) : [object CSSPrimitiveVa lue]
755 g: style.getPropertyValue(-webkit-column-rule-width) : 0px 755 g: style.getPropertyValue(-webkit-column-rule-width) : 0px
756 g: style.getPropertyCSSValue(-webkit-column-rule-width) : [object CSSPrimitiveVa lue] 756 g: style.getPropertyCSSValue(-webkit-column-rule-width) : [object CSSPrimitiveVa lue]
757 g: style.getPropertyValue(-webkit-column-span) : none 757 g: style.getPropertyValue(-webkit-column-span) : none
758 g: style.getPropertyCSSValue(-webkit-column-span) : [object CSSPrimitiveValue] 758 g: style.getPropertyCSSValue(-webkit-column-span) : [object CSSPrimitiveValue]
759 g: style.getPropertyValue(-webkit-column-width) : auto 759 g: style.getPropertyValue(-webkit-column-width) : auto
760 g: style.getPropertyCSSValue(-webkit-column-width) : [object CSSPrimitiveValue] 760 g: style.getPropertyCSSValue(-webkit-column-width) : [object CSSPrimitiveValue]
761 g: style.getPropertyValue(align-content) : stretch 761 g: style.getPropertyValue(align-content) : stretch
762 g: style.getPropertyCSSValue(align-content) : [object CSSPrimitiveValue] 762 g: style.getPropertyCSSValue(align-content) : [object CSSPrimitiveValue]
763 g: style.getPropertyValue(align-items) : stretch 763 g: style.getPropertyValue(align-items) : stretch
764 g: style.getPropertyCSSValue(align-items) : [object CSSPrimitiveValue] 764 g: style.getPropertyCSSValue(align-items) : [object CSSValueList]
765 g: style.getPropertyValue(align-self) : stretch 765 g: style.getPropertyValue(align-self) : stretch
766 g: style.getPropertyCSSValue(align-self) : [object CSSPrimitiveValue] 766 g: style.getPropertyCSSValue(align-self) : [object CSSValueList]
767 g: style.getPropertyValue(flex-direction) : row 767 g: style.getPropertyValue(flex-direction) : row
768 g: style.getPropertyCSSValue(flex-direction) : [object CSSPrimitiveValue] 768 g: style.getPropertyCSSValue(flex-direction) : [object CSSPrimitiveValue]
769 g: style.getPropertyValue(flex-wrap) : nowrap 769 g: style.getPropertyValue(flex-wrap) : nowrap
770 g: style.getPropertyCSSValue(flex-wrap) : [object CSSPrimitiveValue] 770 g: style.getPropertyCSSValue(flex-wrap) : [object CSSPrimitiveValue]
771 g: style.getPropertyValue(justify-content) : flex-start 771 g: style.getPropertyValue(justify-content) : flex-start
772 g: style.getPropertyCSSValue(justify-content) : [object CSSPrimitiveValue] 772 g: style.getPropertyCSSValue(justify-content) : [object CSSPrimitiveValue]
773 g: style.getPropertyValue(-webkit-font-smoothing) : auto 773 g: style.getPropertyValue(-webkit-font-smoothing) : auto
774 g: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveValue ] 774 g: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveValue ]
775 g: style.getPropertyValue(-webkit-font-variant-ligatures) : normal 775 g: style.getPropertyValue(-webkit-font-variant-ligatures) : normal
776 g: style.getPropertyCSSValue(-webkit-font-variant-ligatures) : [object CSSPrimit iveValue] 776 g: style.getPropertyCSSValue(-webkit-font-variant-ligatures) : [object CSSPrimit iveValue]
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 g: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue] 940 g: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue]
941 g: style.getPropertyValue(writing-mode) : lr-tb 941 g: style.getPropertyValue(writing-mode) : lr-tb
942 g: style.getPropertyCSSValue(writing-mode) : [object CSSPrimitiveValue] 942 g: style.getPropertyCSSValue(writing-mode) : [object CSSPrimitiveValue]
943 g: style.getPropertyValue(glyph-orientation-horizontal) : 0deg 943 g: style.getPropertyValue(glyph-orientation-horizontal) : 0deg
944 g: style.getPropertyCSSValue(glyph-orientation-horizontal) : [object CSSPrimitiv eValue] 944 g: style.getPropertyCSSValue(glyph-orientation-horizontal) : [object CSSPrimitiv eValue]
945 g: style.getPropertyValue(glyph-orientation-vertical) : auto 945 g: style.getPropertyValue(glyph-orientation-vertical) : auto
946 g: style.getPropertyCSSValue(glyph-orientation-vertical) : [object CSSPrimitiveV alue] 946 g: style.getPropertyCSSValue(glyph-orientation-vertical) : [object CSSPrimitiveV alue]
947 g: style.getPropertyValue(vector-effect) : none 947 g: style.getPropertyValue(vector-effect) : none
948 g: style.getPropertyCSSValue(vector-effect) : [object CSSPrimitiveValue] 948 g: style.getPropertyCSSValue(vector-effect) : [object CSSPrimitiveValue]
949 949
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698