Bug 1919788 - LSNG: Always acquire a directory lock for PreparedDatastoreOp; r=dom...
[gecko.git] / layout / reftests / svg / active-clip-and-mask-ref.html
blob2f26fb66fd7beca751402c896a964c6e4b3d14c0
1 <svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg">
2 <rect width="100%" height="100%" fill="grey"/>
3 <g transform="translate(80 30)">
4 <rect x="-80" y="100" width="100" height="100" fill="blue"/>
5 <rect x="-60" y="120" width="40" height="40" fill="grey"/>
7 <rect x="60" y="100" width="100" height="100" fill="blue"/>
8 <rect x="80" y="120" width="40" height="40" fill="grey"/>
10 <rect x="180" y="100" width="100" height="100" fill="blue"/>
11 </g>
12 </svg>