Bug 1919788 - LSNG: Always acquire a directory lock for PreparedDatastoreOp; r=dom...
[gecko.git] / layout / reftests / svg / use-restrictions-not-restricted-ref.svg
blob524bc7c8c9739787f7ba2fd5866f6f2a7a282d59
1 <?xml version="1.0"?>
2 <svg xmlns="http://www.w3.org/2000/svg">
3 <g color="green">
4 <foreignObject x="0" y="0" width="100" height="100">
5 <p xmlns="http://www.w3.org/1999/xhtml">Foo</p>
6 </foreignObject>
7 <foreignObject x="100" y="0" width="100" height="100">
8 <p xmlns="http://www.w3.org/1999/xhtml">Foo</p>
9 </foreignObject>
10 </g>
11 </svg>