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

Unified Diff: LayoutTests/svg/css/svg-length-rem-type.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/css/svg-length-rem-type.svg
diff --git a/LayoutTests/svg/css/svg-length-rem-type.svg b/LayoutTests/svg/css/svg-length-rem-type.svg
new file mode 100644
index 0000000000000000000000000000000000000000..037ab2597ccf9185d6c0035b0a037ff392f13cdb
--- /dev/null
+++ b/LayoutTests/svg/css/svg-length-rem-type.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30rem" height="30rem">
Erik Dahlström (inactive) 2015/03/31 09:20:50 I think this should set a font-size explicitly, si
Shanmuga Pandi 2015/04/01 15:01:37 Done.
+ <rect width="10rem" height="10rem" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
+</svg>

Powered by Google App Engine
This is Rietveld 408576698