Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: LayoutTests/svg/css/getComputedStyle-basic-expected.txt

Issue 26588002: Remove support for -webkit-line-clamp Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Base files missing... Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698