| 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 63ac5383cda5791c9517fb670e91e3479e0b8ffa..aa1498b0571bf0a18c131831e1159344ce6e7fa1 100644
|
| --- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| +++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| @@ -260,8 +260,6 @@ rect: style.getPropertyValue(-webkit-box-reflect) : none
|
| rect: style.getPropertyCSSValue(-webkit-box-reflect) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(-webkit-box-shadow) : none
|
| rect: style.getPropertyCSSValue(-webkit-box-shadow) : [object CSSPrimitiveValue]
|
| -rect: style.getPropertyValue(-webkit-color-correction) : default
|
| -rect: style.getPropertyCSSValue(-webkit-color-correction) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(-webkit-column-break-after) : auto
|
| rect: style.getPropertyCSSValue(-webkit-column-break-after) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(-webkit-column-break-before) : auto
|
| @@ -754,8 +752,6 @@ g: style.getPropertyValue(-webkit-box-reflect) : none
|
| g: style.getPropertyCSSValue(-webkit-box-reflect) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(-webkit-box-shadow) : none
|
| g: style.getPropertyCSSValue(-webkit-box-shadow) : [object CSSPrimitiveValue]
|
| -g: style.getPropertyValue(-webkit-color-correction) : default
|
| -g: style.getPropertyCSSValue(-webkit-color-correction) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(-webkit-column-break-after) : auto
|
| g: style.getPropertyCSSValue(-webkit-column-break-after) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(-webkit-column-break-before) : auto
|
|
|