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