| 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 c6901383809a0a8fdfdc4b082d6894f41267ae85..46931da61b5d835645c773f6ec25227ecf84073d 100644
|
| --- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| +++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| @@ -8,7 +8,7 @@ rect: style.getPropertyValue(background-image) : none
|
| rect: style.getPropertyCSSValue(background-image) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(background-origin) : padding-box
|
| rect: style.getPropertyCSSValue(background-origin) : [object CSSPrimitiveValue]
|
| -rect: style.getPropertyValue(background-position) : 0% 0%
|
| +rect: style.getPropertyValue(background-position) : left 0% top 0%
|
| rect: style.getPropertyCSSValue(background-position) : [object CSSValueList]
|
| rect: style.getPropertyValue(background-repeat) : repeat
|
| rect: style.getPropertyCSSValue(background-repeat) : [object CSSPrimitiveValue]
|
| @@ -342,7 +342,7 @@ rect: style.getPropertyValue(-webkit-mask-image) : none
|
| rect: style.getPropertyCSSValue(-webkit-mask-image) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(-webkit-mask-origin) : border-box
|
| rect: style.getPropertyCSSValue(-webkit-mask-origin) : [object CSSPrimitiveValue]
|
| -rect: style.getPropertyValue(-webkit-mask-position) : 0% 0%
|
| +rect: style.getPropertyValue(-webkit-mask-position) : left 0% top 0%
|
| rect: style.getPropertyCSSValue(-webkit-mask-position) : [object CSSValueList]
|
| rect: style.getPropertyValue(-webkit-mask-repeat) : repeat
|
| rect: style.getPropertyCSSValue(-webkit-mask-repeat) : [object CSSPrimitiveValue]
|
| @@ -482,7 +482,7 @@ g: style.getPropertyValue(background-image) : none
|
| g: style.getPropertyCSSValue(background-image) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(background-origin) : padding-box
|
| g: style.getPropertyCSSValue(background-origin) : [object CSSPrimitiveValue]
|
| -g: style.getPropertyValue(background-position) : 0% 0%
|
| +g: style.getPropertyValue(background-position) : left 0% top 0%
|
| g: style.getPropertyCSSValue(background-position) : [object CSSValueList]
|
| g: style.getPropertyValue(background-repeat) : repeat
|
| g: style.getPropertyCSSValue(background-repeat) : [object CSSPrimitiveValue]
|
| @@ -816,7 +816,7 @@ g: style.getPropertyValue(-webkit-mask-image) : none
|
| g: style.getPropertyCSSValue(-webkit-mask-image) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(-webkit-mask-origin) : border-box
|
| g: style.getPropertyCSSValue(-webkit-mask-origin) : [object CSSPrimitiveValue]
|
| -g: style.getPropertyValue(-webkit-mask-position) : 0% 0%
|
| +g: style.getPropertyValue(-webkit-mask-position) : left 0% top 0%
|
| g: style.getPropertyCSSValue(-webkit-mask-position) : [object CSSValueList]
|
| g: style.getPropertyValue(-webkit-mask-repeat) : repeat
|
| g: style.getPropertyCSSValue(-webkit-mask-repeat) : [object CSSPrimitiveValue]
|
|
|