| Index: LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| diff --git a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| index 2b2134b790b403038e32a594f08fba193e348538..fa921bee385543da4b86e603ba01714e50d8bfe1 100644
|
| --- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| +++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| @@ -98,6 +98,10 @@ rect: style.getPropertyValue(height) : auto
|
| rect: style.getPropertyCSSValue(height) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(image-rendering) : auto
|
| rect: style.getPropertyCSSValue(image-rendering) : [object CSSPrimitiveValue]
|
| +rect: style.getPropertyValue(justify-items) : start
|
| +rect: style.getPropertyCSSValue(justify-items) : [object CSSValueList]
|
| +rect: style.getPropertyValue(justify-self) : start
|
| +rect: style.getPropertyCSSValue(justify-self) : [object CSSValueList]
|
| rect: style.getPropertyValue(left) : auto
|
| rect: style.getPropertyCSSValue(left) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(letter-spacing) : normal
|
| @@ -286,9 +290,9 @@ rect: style.getPropertyValue(-webkit-column-width) : auto
|
| rect: style.getPropertyCSSValue(-webkit-column-width) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(align-content) : stretch
|
| rect: style.getPropertyCSSValue(align-content) : [object CSSPrimitiveValue]
|
| -rect: style.getPropertyValue(align-items) : stretch
|
| +rect: style.getPropertyValue(align-items) : start
|
| rect: style.getPropertyCSSValue(align-items) : [object CSSValueList]
|
| -rect: style.getPropertyValue(align-self) : stretch
|
| +rect: style.getPropertyValue(align-self) : start
|
| rect: style.getPropertyCSSValue(align-self) : [object CSSValueList]
|
| rect: style.getPropertyValue(flex-direction) : row
|
| rect: style.getPropertyCSSValue(flex-direction) : [object CSSPrimitiveValue]
|
| @@ -562,6 +566,10 @@ g: style.getPropertyValue(height) : auto
|
| g: style.getPropertyCSSValue(height) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(image-rendering) : auto
|
| g: style.getPropertyCSSValue(image-rendering) : [object CSSPrimitiveValue]
|
| +g: style.getPropertyValue(justify-items) : start
|
| +g: style.getPropertyCSSValue(justify-items) : [object CSSValueList]
|
| +g: style.getPropertyValue(justify-self) : start
|
| +g: style.getPropertyCSSValue(justify-self) : [object CSSValueList]
|
| g: style.getPropertyValue(left) : auto
|
| g: style.getPropertyCSSValue(left) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(letter-spacing) : normal
|
| @@ -750,9 +758,9 @@ g: style.getPropertyValue(-webkit-column-width) : auto
|
| g: style.getPropertyCSSValue(-webkit-column-width) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(align-content) : stretch
|
| g: style.getPropertyCSSValue(align-content) : [object CSSPrimitiveValue]
|
| -g: style.getPropertyValue(align-items) : stretch
|
| +g: style.getPropertyValue(align-items) : start
|
| g: style.getPropertyCSSValue(align-items) : [object CSSValueList]
|
| -g: style.getPropertyValue(align-self) : stretch
|
| +g: style.getPropertyValue(align-self) : start
|
| g: style.getPropertyCSSValue(align-self) : [object CSSValueList]
|
| g: style.getPropertyValue(flex-direction) : row
|
| g: style.getPropertyCSSValue(flex-direction) : [object CSSPrimitiveValue]
|
|
|