| 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 2483ec0f4a8c06194ad41a69f65e9680f0f76bbd..52ed0f728e9e64fa0dca918e0689513643d8f6bd 100644
|
| --- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| +++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| @@ -424,8 +424,8 @@ rect: style.getPropertyValue(color-interpolation-filters) : linearrgb
|
| rect: style.getPropertyCSSValue(color-interpolation-filters) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(color-rendering) : auto
|
| rect: style.getPropertyCSSValue(color-rendering) : [object CSSPrimitiveValue]
|
| -rect: style.getPropertyValue(fill) : #0000ff
|
| -rect: style.getPropertyCSSValue(fill) : [object SVGPaint]
|
| +rect: style.getPropertyValue(fill) : rgb(0, 0, 255)
|
| +rect: style.getPropertyCSSValue(fill) : [object CSSValue]
|
| rect: style.getPropertyValue(fill-opacity) : 1
|
| rect: style.getPropertyCSSValue(fill-opacity) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(fill-rule) : nonzero
|
| @@ -438,8 +438,8 @@ rect: style.getPropertyValue(marker-start) : none
|
| rect: style.getPropertyCSSValue(marker-start) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(shape-rendering) : auto
|
| rect: style.getPropertyCSSValue(shape-rendering) : [object CSSPrimitiveValue]
|
| -rect: style.getPropertyValue(stroke) : #ffa500
|
| -rect: style.getPropertyCSSValue(stroke) : [object SVGPaint]
|
| +rect: style.getPropertyValue(stroke) : rgb(255, 165, 0)
|
| +rect: style.getPropertyCSSValue(stroke) : [object CSSValue]
|
| rect: style.getPropertyValue(stroke-dasharray) : none
|
| rect: style.getPropertyCSSValue(stroke-dasharray) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(stroke-dashoffset) : 0
|
| @@ -898,8 +898,8 @@ g: style.getPropertyValue(color-interpolation-filters) : linearrgb
|
| g: style.getPropertyCSSValue(color-interpolation-filters) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(color-rendering) : auto
|
| g: style.getPropertyCSSValue(color-rendering) : [object CSSPrimitiveValue]
|
| -g: style.getPropertyValue(fill) : #000000
|
| -g: style.getPropertyCSSValue(fill) : [object SVGPaint]
|
| +g: style.getPropertyValue(fill) : rgb(0, 0, 0)
|
| +g: style.getPropertyCSSValue(fill) : [object CSSValue]
|
| g: style.getPropertyValue(fill-opacity) : 1
|
| g: style.getPropertyCSSValue(fill-opacity) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(fill-rule) : nonzero
|
| @@ -912,8 +912,8 @@ g: style.getPropertyValue(marker-start) : none
|
| g: style.getPropertyCSSValue(marker-start) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(shape-rendering) : auto
|
| g: style.getPropertyCSSValue(shape-rendering) : [object CSSPrimitiveValue]
|
| -g: style.getPropertyValue(stroke) : #ffa500
|
| -g: style.getPropertyCSSValue(stroke) : [object SVGPaint]
|
| +g: style.getPropertyValue(stroke) : rgb(255, 165, 0)
|
| +g: style.getPropertyCSSValue(stroke) : [object CSSValue]
|
| g: style.getPropertyValue(stroke-dasharray) : none
|
| g: style.getPropertyCSSValue(stroke-dasharray) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(stroke-dashoffset) : 0
|
|
|