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 c6901383809a0a8fdfdc4b082d6894f41267ae85..2d7f2ac51d73c204ea836ebdc3ec5bae71c771af 100644 |
--- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt |
+++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt |
@@ -310,8 +310,6 @@ rect: style.getPropertyValue(-webkit-line-box-contain) : block inline replaced |
rect: style.getPropertyCSSValue(-webkit-line-box-contain) : [object CSSValue] |
rect: style.getPropertyValue(-webkit-line-break) : auto |
rect: style.getPropertyCSSValue(-webkit-line-break) : [object CSSPrimitiveValue] |
-rect: style.getPropertyValue(-webkit-line-clamp) : none |
-rect: style.getPropertyCSSValue(-webkit-line-clamp) : [object CSSPrimitiveValue] |
rect: style.getPropertyValue(-webkit-line-grid) : none |
rect: style.getPropertyCSSValue(-webkit-line-grid) : [object CSSPrimitiveValue] |
rect: style.getPropertyValue(-webkit-line-snap) : none |
@@ -784,8 +782,6 @@ g: style.getPropertyValue(-webkit-line-box-contain) : block inline replaced |
g: style.getPropertyCSSValue(-webkit-line-box-contain) : [object CSSValue] |
g: style.getPropertyValue(-webkit-line-break) : auto |
g: style.getPropertyCSSValue(-webkit-line-break) : [object CSSPrimitiveValue] |
-g: style.getPropertyValue(-webkit-line-clamp) : none |
-g: style.getPropertyCSSValue(-webkit-line-clamp) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(-webkit-line-grid) : none |
g: style.getPropertyCSSValue(-webkit-line-grid) : [object CSSPrimitiveValue] |
g: style.getPropertyValue(-webkit-line-snap) : none |