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

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: Fixes builderror 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
« no previous file with comments | « LayoutTests/svg/stroke/stroke-array-rem-type.svg ('k') | LayoutTests/svg/stroke/stroke-width-rem-type.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..796ed84f62b2557aec090ccd5d9d31bdd540797c
--- /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">
+ <g fill="none" stroke="black" stroke-width="4">
+ <path stroke-dasharray="100px,100px" d="M5 20 l215 0" />
+ </g>
+</svg>
« no previous file with comments | « LayoutTests/svg/stroke/stroke-array-rem-type.svg ('k') | LayoutTests/svg/stroke/stroke-width-rem-type.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698