1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/svg/fragmentIdentifier-rect-01.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" 1.5 + xmlns:xlink="http://www.w3.org/1999/xlink"> 1.6 + 1.7 + <view id="limeView" viewBox="0 200 100 100"/> 1.8 + 1.9 + <rect fill="red" height="100%" width="100%"/> 1.10 + <rect fill="lime" x="0" y="200" height="100" width="100"/> 1.11 + 1.12 +</svg>