1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/svg/smil/set/set-css-fontsize-remove-1-ref.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg"> 1.5 + <text x="20px" y="20px" style="font-size: 10px">abc</text> 1.6 + <text x="70px" y="20px" style="font-size: 20px">abc</text> 1.7 + <text x="120px" y="20px" style="font-size: 20px">abc</text> 1.8 + <text x="20px" y="70px" style="font-size: 20px">abc</text> 1.9 + <text x="70px" y="70px" style="font-size: 20px">abc</text> 1.10 + <text x="120px" y="70px" style="font-size: 20px">abc</text> 1.11 + <text x="20px" y="120px" style="font-size: 20px">abc</text> 1.12 + <text x="70px" y="120px" style="font-size: 10px">abc</text> 1.13 + <text x="120px" y="120px" style="font-size: 10px">abc</text> 1.14 +</svg>