1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/svg/objectBoundingBox-and-pattern-03-ref.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"> 1.5 + <title>Reference for re-using an objectBoundingBox pattern with a <g> 1.6 + child</title> 1.7 + <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=615788--> 1.8 + <rect fill="blue" stroke="red" stroke-width="3" 1.9 + width="100" height="100"/> 1.10 + <rect fill="blue" stroke="red" stroke-width="3" 1.11 + y="100" width="200" height="100"/> 1.12 +</svg>