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 8eefc74194b8771c6f5716a14c11be0bc6aaa3ba..089789ae1efd224b34d2304b2cd333e27360dbe6 100644 |
--- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt |
+++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt |
@@ -916,8 +916,6 @@ g: style.getPropertyValue(baseline-shift) : baseline |
g: style.getPropertyCSSValue(baseline-shift) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(dominant-baseline) : auto |
g: style.getPropertyCSSValue(dominant-baseline) : [object CSSPrimitiveValue] |
-g: style.getPropertyValue(kerning) : 0 |
-g: style.getPropertyCSSValue(kerning) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(text-anchor) : start |
g: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(writing-mode) : lr-tb |