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

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

Issue 361543002: Remove SVGPaint (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 6 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/svg/css/script-tests/svg-attribute-parser-mode.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5854d50a2b600c88d832f8be13734a62ff2551ba..2b2134b790b403038e32a594f08fba193e348538 100644
--- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
+++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
@@ -417,7 +417,7 @@ rect: style.getPropertyCSSValue(color-interpolation-filters) : [object CSSPrimit
rect: style.getPropertyValue(color-rendering) : auto
rect: style.getPropertyCSSValue(color-rendering) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(fill) : rgb(0, 0, 255)
-rect: style.getPropertyCSSValue(fill) : [object CSSValue]
+rect: style.getPropertyCSSValue(fill) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(fill-opacity) : 1
rect: style.getPropertyCSSValue(fill-opacity) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(fill-rule) : nonzero
@@ -431,7 +431,7 @@ rect: style.getPropertyCSSValue(marker-start) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(shape-rendering) : auto
rect: style.getPropertyCSSValue(shape-rendering) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(stroke) : rgb(255, 165, 0)
-rect: style.getPropertyCSSValue(stroke) : [object CSSValue]
+rect: style.getPropertyCSSValue(stroke) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(stroke-dasharray) : none
rect: style.getPropertyCSSValue(stroke-dasharray) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(stroke-dashoffset) : 0
@@ -881,7 +881,7 @@ g: style.getPropertyCSSValue(color-interpolation-filters) : [object CSSPrimitive
g: style.getPropertyValue(color-rendering) : auto
g: style.getPropertyCSSValue(color-rendering) : [object CSSPrimitiveValue]
g: style.getPropertyValue(fill) : rgb(0, 0, 0)
-g: style.getPropertyCSSValue(fill) : [object CSSValue]
+g: style.getPropertyCSSValue(fill) : [object CSSPrimitiveValue]
g: style.getPropertyValue(fill-opacity) : 1
g: style.getPropertyCSSValue(fill-opacity) : [object CSSPrimitiveValue]
g: style.getPropertyValue(fill-rule) : nonzero
@@ -895,7 +895,7 @@ g: style.getPropertyCSSValue(marker-start) : [object CSSPrimitiveValue]
g: style.getPropertyValue(shape-rendering) : auto
g: style.getPropertyCSSValue(shape-rendering) : [object CSSPrimitiveValue]
g: style.getPropertyValue(stroke) : rgb(255, 165, 0)
-g: style.getPropertyCSSValue(stroke) : [object CSSValue]
+g: style.getPropertyCSSValue(stroke) : [object CSSPrimitiveValue]
g: style.getPropertyValue(stroke-dasharray) : none
g: style.getPropertyCSSValue(stroke-dasharray) : [object CSSPrimitiveValue]
g: style.getPropertyValue(stroke-dashoffset) : 0
« no previous file with comments | « no previous file | LayoutTests/svg/css/script-tests/svg-attribute-parser-mode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698