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

Unified Diff: LayoutTests/svg/css/svg-length-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
Index: LayoutTests/svg/css/svg-length-rem-type-expected.svg
diff --git a/LayoutTests/svg/css/svg-length-rem-type-expected.svg b/LayoutTests/svg/css/svg-length-rem-type-expected.svg
new file mode 100644
index 0000000000000000000000000000000000000000..040161db18a470343f0cf51085d3e753b9bfbcaf
--- /dev/null
+++ b/LayoutTests/svg/css/svg-length-rem-type-expected.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300px" height="300px">
+ <rect width="100px" height="100px" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
+</svg>
« no previous file with comments | « LayoutTests/svg/css/svg-length-rem-type.svg ('k') | LayoutTests/svg/repaint/svg-length-rem-unit-font-size-change.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698