| 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 52ed0f728e9e64fa0dca918e0689513643d8f6bd..37e287a5680b61e0aa2b35def2af21ae7a2a1627 100644
|
| --- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| +++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| @@ -287,9 +287,9 @@ rect: style.getPropertyCSSValue(-webkit-column-width) : [object CSSPrimitiveValu
|
| rect: style.getPropertyValue(align-content) : stretch
|
| rect: style.getPropertyCSSValue(align-content) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(align-items) : stretch
|
| -rect: style.getPropertyCSSValue(align-items) : [object CSSPrimitiveValue]
|
| +rect: style.getPropertyCSSValue(align-items) : [object CSSValueList]
|
| rect: style.getPropertyValue(align-self) : stretch
|
| -rect: style.getPropertyCSSValue(align-self) : [object CSSPrimitiveValue]
|
| +rect: style.getPropertyCSSValue(align-self) : [object CSSValueList]
|
| rect: style.getPropertyValue(flex-direction) : row
|
| rect: style.getPropertyCSSValue(flex-direction) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(flex-wrap) : nowrap
|
| @@ -761,9 +761,9 @@ 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.getPropertyCSSValue(align-items) : [object CSSPrimitiveValue]
|
| +g: style.getPropertyCSSValue(align-items) : [object CSSValueList]
|
| g: style.getPropertyValue(align-self) : stretch
|
| -g: style.getPropertyCSSValue(align-self) : [object CSSPrimitiveValue]
|
| +g: style.getPropertyCSSValue(align-self) : [object CSSValueList]
|
| g: style.getPropertyValue(flex-direction) : row
|
| g: style.getPropertyCSSValue(flex-direction) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(flex-wrap) : nowrap
|
|
|