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

Unified Diff: LayoutTests/svg/stroke/stroke-array-ch-type.svg

Issue 1073803002: SVG doesn't recognize ch units. (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/stroke-array-ch-type.svg
diff --git a/LayoutTests/svg/stroke/stroke-array-ch-type.svg b/LayoutTests/svg/stroke/stroke-array-ch-type.svg
new file mode 100644
index 0000000000000000000000000000000000000000..70d63f98cdefc6e971dcde72f8a52796b0578d9d
--- /dev/null
+++ b/LayoutTests/svg/stroke/stroke-array-ch-type.svg
@@ -0,0 +1,13 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="300" width="300" >
+ <style type="text/css" >
+ <![CDATA[
+ @font-face {
+ font-family: Ahem;
+ src: url(../../resources/Ahem.ttf);
+ }
+ ]]>
+ </style>
+ <g fill="none" stroke="black" stroke-width="4" style="font-size:10px;font-family:Ahem">
+ <path stroke-dasharray="5ch,5ch" d="M5 20 l215 0" />
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698