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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <svg height="100" width="100">
5 <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.
6 Sorry, your browser does not support inline SVG.
Erik Dahlström (inactive) 2015/03/26 16:11:03 Is this text really necessary?
7 </svg>
8 </body>
9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698