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 5854d50a2b600c88d832f8be13734a62ff2551ba..2b2134b790b403038e32a594f08fba193e348538 100644 |
--- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt |
+++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt |
@@ -417,7 +417,7 @@ rect: style.getPropertyCSSValue(color-interpolation-filters) : [object CSSPrimit |
rect: style.getPropertyValue(color-rendering) : auto |
rect: style.getPropertyCSSValue(color-rendering) : [object CSSPrimitiveValue] |
rect: style.getPropertyValue(fill) : rgb(0, 0, 255) |
-rect: style.getPropertyCSSValue(fill) : [object CSSValue] |
+rect: style.getPropertyCSSValue(fill) : [object CSSPrimitiveValue] |
rect: style.getPropertyValue(fill-opacity) : 1 |
rect: style.getPropertyCSSValue(fill-opacity) : [object CSSPrimitiveValue] |
rect: style.getPropertyValue(fill-rule) : nonzero |
@@ -431,7 +431,7 @@ rect: style.getPropertyCSSValue(marker-start) : [object CSSPrimitiveValue] |
rect: style.getPropertyValue(shape-rendering) : auto |
rect: style.getPropertyCSSValue(shape-rendering) : [object CSSPrimitiveValue] |
rect: style.getPropertyValue(stroke) : rgb(255, 165, 0) |
-rect: style.getPropertyCSSValue(stroke) : [object CSSValue] |
+rect: style.getPropertyCSSValue(stroke) : [object CSSPrimitiveValue] |
rect: style.getPropertyValue(stroke-dasharray) : none |
rect: style.getPropertyCSSValue(stroke-dasharray) : [object CSSPrimitiveValue] |
rect: style.getPropertyValue(stroke-dashoffset) : 0 |
@@ -881,7 +881,7 @@ g: style.getPropertyCSSValue(color-interpolation-filters) : [object CSSPrimitive |
g: style.getPropertyValue(color-rendering) : auto |
g: style.getPropertyCSSValue(color-rendering) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(fill) : rgb(0, 0, 0) |
-g: style.getPropertyCSSValue(fill) : [object CSSValue] |
+g: style.getPropertyCSSValue(fill) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(fill-opacity) : 1 |
g: style.getPropertyCSSValue(fill-opacity) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(fill-rule) : nonzero |
@@ -895,7 +895,7 @@ g: style.getPropertyCSSValue(marker-start) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(shape-rendering) : auto |
g: style.getPropertyCSSValue(shape-rendering) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(stroke) : rgb(255, 165, 0) |
-g: style.getPropertyCSSValue(stroke) : [object CSSValue] |
+g: style.getPropertyCSSValue(stroke) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(stroke-dasharray) : none |
g: style.getPropertyCSSValue(stroke-dasharray) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(stroke-dashoffset) : 0 |