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

Unified Diff: LayoutTests/svg/stroke/stroke-array-rem-type-expected.svg

Issue 1031223003: SVG doesn't recognize rem units (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added SVG ref-test Created 5 years, 9 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/stroke-array-rem-type-expected.svg
diff --git a/LayoutTests/svg/stroke/stroke-array-rem-type-expected.svg b/LayoutTests/svg/stroke/stroke-array-rem-type-expected.svg
new file mode 100644
index 0000000000000000000000000000000000000000..a3f9a2788526d1613032a1e8d2e8a53a65c744a2
--- /dev/null
+++ b/LayoutTests/svg/stroke/stroke-array-rem-type-expected.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="300" width="300">
Erik Dahlström (inactive) 2015/03/31 09:20:50 Missing a font-size here.
Shanmuga Pandi 2015/04/01 15:01:37 Done.
+ <g fill="none" stroke="black" stroke-width="4">
+ <path stroke-dasharray="5em,5em" d="M5 20 l215 0" />
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698