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

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

Issue 962763003: Use Length for the stroke-dashoffset property in SVGLayoutStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make font-size explicit. Created 5 years, 10 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 37f8a46a0eed32e94433e7ff60ea3f71a565835a..1b8935bbfb2f103033ff9a4ab82bc212405d7ccc 100644
--- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
+++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
@@ -217,7 +217,7 @@ rect: style.getPropertyValue(marker-start) : url(#pserver)
rect: style.getPropertyValue(shape-rendering) : auto
rect: style.getPropertyValue(stroke) : rgb(255, 165, 0)
rect: style.getPropertyValue(stroke-dasharray) : none
-rect: style.getPropertyValue(stroke-dashoffset) : 0
+rect: style.getPropertyValue(stroke-dashoffset) : 0px
rect: style.getPropertyValue(stroke-linecap) : butt
rect: style.getPropertyValue(stroke-linejoin) : miter
rect: style.getPropertyValue(stroke-miterlimit) : 4
@@ -450,7 +450,7 @@ g: style.getPropertyValue(marker-start) : url(#pserver)
g: style.getPropertyValue(shape-rendering) : auto
g: style.getPropertyValue(stroke) : rgb(255, 165, 0)
g: style.getPropertyValue(stroke-dasharray) : none
-g: style.getPropertyValue(stroke-dashoffset) : 0
+g: style.getPropertyValue(stroke-dashoffset) : 0px
g: style.getPropertyValue(stroke-linecap) : butt
g: style.getPropertyValue(stroke-linejoin) : miter
g: style.getPropertyValue(stroke-miterlimit) : 4

Powered by Google App Engine
This is Rietveld 408576698