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 7b6cbdb141a1f1ede0fc5d9bbc84006ff7435888..ba876065440b3a67858c8ab7b9c6a83d01f04762 100644 |
--- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt |
+++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt |
@@ -270,8 +270,6 @@ rect: style.getPropertyValue(-webkit-column-break-before) : auto |
rect: style.getPropertyCSSValue(-webkit-column-break-before) : [object CSSPrimitiveValue] |
rect: style.getPropertyValue(-webkit-column-break-inside) : auto |
rect: style.getPropertyCSSValue(-webkit-column-break-inside) : [object CSSPrimitiveValue] |
-rect: style.getPropertyValue(-webkit-column-axis) : auto |
-rect: style.getPropertyCSSValue(-webkit-column-axis) : [object CSSPrimitiveValue] |
rect: style.getPropertyValue(-webkit-column-count) : auto |
rect: style.getPropertyCSSValue(-webkit-column-count) : [object CSSPrimitiveValue] |
rect: style.getPropertyValue(-webkit-column-gap) : normal |
@@ -738,8 +736,6 @@ g: style.getPropertyValue(-webkit-column-break-before) : auto |
g: style.getPropertyCSSValue(-webkit-column-break-before) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(-webkit-column-break-inside) : auto |
g: style.getPropertyCSSValue(-webkit-column-break-inside) : [object CSSPrimitiveValue] |
-g: style.getPropertyValue(-webkit-column-axis) : auto |
-g: style.getPropertyCSSValue(-webkit-column-axis) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(-webkit-column-count) : auto |
g: style.getPropertyCSSValue(-webkit-column-count) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(-webkit-column-gap) : normal |