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

Unified Diff: LayoutTests/svg/stroke/stroke-width-rem-type.html

Issue 1031223003: SVG doesn't recognize rem units (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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-width-rem-type.html
diff --git a/LayoutTests/svg/stroke/stroke-width-rem-type.html b/LayoutTests/svg/stroke/stroke-width-rem-type.html
new file mode 100644
index 0000000000000000000000000000000000000000..bb5e3be2482f15174c56b7a1f8da7f1402ad6420
--- /dev/null
+++ b/LayoutTests/svg/stroke/stroke-width-rem-type.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<body>
+<svg height="100" width="100">
+ <line x1="0" y1="0" x2="100" y2="100" style="stroke:rgb(255,0,0);stroke-width:2rem" />
Erik Dahlström (inactive) 2015/03/26 16:11:03 Please add a test for: * stroke-width using rem un
Shanmuga Pandi 2015/03/30 14:40:14 Done.
+ Sorry, your browser does not support inline SVG.
Erik Dahlström (inactive) 2015/03/26 16:11:03 Is this text really necessary?
+</svg>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698