| 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 2c3f67bbe0ff2fcb45d5dd9a7410b89f64a0d046..ee4fe5b87dbd64ff09b1c0847e74b7d76c55412f 100644
|
| --- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| +++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| @@ -238,8 +238,6 @@ rect: style.getPropertyValue(-webkit-background-origin) : padding-box
|
| rect: style.getPropertyCSSValue(-webkit-background-origin) : [object CSSValueList]
|
| rect: style.getPropertyValue(-webkit-background-size) : auto
|
| rect: style.getPropertyCSSValue(-webkit-background-size) : [object CSSValueList]
|
| -rect: style.getPropertyValue(-webkit-border-fit) : border
|
| -rect: style.getPropertyCSSValue(-webkit-border-fit) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(-webkit-border-horizontal-spacing) : 0px
|
| rect: style.getPropertyCSSValue(-webkit-border-horizontal-spacing) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(-webkit-border-image) : none
|
| @@ -706,8 +704,6 @@ g: style.getPropertyValue(-webkit-background-origin) : padding-box
|
| g: style.getPropertyCSSValue(-webkit-background-origin) : [object CSSValueList]
|
| g: style.getPropertyValue(-webkit-background-size) : auto
|
| g: style.getPropertyCSSValue(-webkit-background-size) : [object CSSValueList]
|
| -g: style.getPropertyValue(-webkit-border-fit) : border
|
| -g: style.getPropertyCSSValue(-webkit-border-fit) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(-webkit-border-horizontal-spacing) : 0px
|
| g: style.getPropertyCSSValue(-webkit-border-horizontal-spacing) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(-webkit-border-image) : none
|
|
|