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

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

Issue 956553004: Use Length for baselineShiftValue in SVGLayoutStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: A few more TEs. 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 ac0c652e677f07cc0b909ea224adee3c2635c5a2..37f8a46a0eed32e94433e7ff60ea3f71a565835a 100644
--- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
+++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
@@ -224,7 +224,7 @@ rect: style.getPropertyValue(stroke-miterlimit) : 4
rect: style.getPropertyValue(stroke-opacity) : 1
rect: style.getPropertyValue(stroke-width) : 2px
rect: style.getPropertyValue(alignment-baseline) : auto
-rect: style.getPropertyValue(baseline-shift) : baseline
+rect: style.getPropertyValue(baseline-shift) : 0px
rect: style.getPropertyValue(dominant-baseline) : auto
rect: style.getPropertyValue(text-anchor) : start
rect: style.getPropertyValue(writing-mode) : lr-tb
@@ -457,7 +457,7 @@ g: style.getPropertyValue(stroke-miterlimit) : 4
g: style.getPropertyValue(stroke-opacity) : 1
g: style.getPropertyValue(stroke-width) : 2px
g: style.getPropertyValue(alignment-baseline) : auto
-g: style.getPropertyValue(baseline-shift) : baseline
+g: style.getPropertyValue(baseline-shift) : 0px
g: style.getPropertyValue(dominant-baseline) : auto
g: style.getPropertyValue(text-anchor) : start
g: style.getPropertyValue(writing-mode) : lr-tb

Powered by Google App Engine
This is Rietveld 408576698