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

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

Issue 38573003: Use 4 value syntax for getComputedStyle of background-position and -webkit-mask-position (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 1 month 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..46931da61b5d835645c773f6ec25227ecf84073d 100644
--- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
+++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
@@ -8,7 +8,7 @@ rect: style.getPropertyValue(background-image) : none
rect: style.getPropertyCSSValue(background-image) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(background-origin) : padding-box
rect: style.getPropertyCSSValue(background-origin) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(background-position) : 0% 0%
+rect: style.getPropertyValue(background-position) : left 0% top 0%
rect: style.getPropertyCSSValue(background-position) : [object CSSValueList]
rect: style.getPropertyValue(background-repeat) : repeat
rect: style.getPropertyCSSValue(background-repeat) : [object CSSPrimitiveValue]
@@ -342,7 +342,7 @@ rect: style.getPropertyValue(-webkit-mask-image) : none
rect: style.getPropertyCSSValue(-webkit-mask-image) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(-webkit-mask-origin) : border-box
rect: style.getPropertyCSSValue(-webkit-mask-origin) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-mask-position) : 0% 0%
+rect: style.getPropertyValue(-webkit-mask-position) : left 0% top 0%
rect: style.getPropertyCSSValue(-webkit-mask-position) : [object CSSValueList]
rect: style.getPropertyValue(-webkit-mask-repeat) : repeat
rect: style.getPropertyCSSValue(-webkit-mask-repeat) : [object CSSPrimitiveValue]
@@ -482,7 +482,7 @@ g: style.getPropertyValue(background-image) : none
g: style.getPropertyCSSValue(background-image) : [object CSSPrimitiveValue]
g: style.getPropertyValue(background-origin) : padding-box
g: style.getPropertyCSSValue(background-origin) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(background-position) : 0% 0%
+g: style.getPropertyValue(background-position) : left 0% top 0%
g: style.getPropertyCSSValue(background-position) : [object CSSValueList]
g: style.getPropertyValue(background-repeat) : repeat
g: style.getPropertyCSSValue(background-repeat) : [object CSSPrimitiveValue]
@@ -816,7 +816,7 @@ g: style.getPropertyValue(-webkit-mask-image) : none
g: style.getPropertyCSSValue(-webkit-mask-image) : [object CSSPrimitiveValue]
g: style.getPropertyValue(-webkit-mask-origin) : border-box
g: style.getPropertyCSSValue(-webkit-mask-origin) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-mask-position) : 0% 0%
+g: style.getPropertyValue(-webkit-mask-position) : left 0% top 0%
g: style.getPropertyCSSValue(-webkit-mask-position) : [object CSSValueList]
g: style.getPropertyValue(-webkit-mask-repeat) : repeat
g: style.getPropertyCSSValue(-webkit-mask-repeat) : [object CSSPrimitiveValue]

Powered by Google App Engine
This is Rietveld 408576698