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

Unified Diff: LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-expected.html

Issue 1107983003: SVG Text decoration should respect non-scaling-stroke. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 5 years, 8 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/stroke/non-scaling-stroke-text-decoration-expected.html
diff --git a/LayoutTests/svg/stroke/non-scaling-stroke-text-expected.html b/LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-expected.html
similarity index 63%
copy from LayoutTests/svg/stroke/non-scaling-stroke-text-expected.html
copy to LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-expected.html
index 6b11ebf62c61d1c0f26b464076cf9fbbd01df4b2..505a95d89cd6bc59f447d97d90f144b88f263579 100644
--- a/LayoutTests/svg/stroke/non-scaling-stroke-text-expected.html
+++ b/LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-expected.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<svg>
<g>
- <text x="0" y="100" stroke="blue" stroke-width="2" fill="none" font-size="72">Hello</text>
+ <text x="0" y="100" stroke="blue" stroke-width="2" fill="none" font-size="72" text-decoration="underline">Hello</text>
</g>
</svg>
« no previous file with comments | « LayoutTests/svg/stroke/non-scaling-stroke-text-decoration.html ('k') | Source/core/paint/SVGInlineTextBoxPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698