1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/css-valuesandunits/unit-rem-resource.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" 1.5 + style="font-size: 30px"> 1.6 + <!-- We don't support 'rem' in the width attribute because that's nsSVGLength 1.7 + code, so we use indirection through 'em' and 'font-size'. --> 1.8 + <rect id="rect" fill="green" style="font-size: 2rem" width="5em" height="50px" /> 1.9 +</svg>