no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / svg / use-restrictions.svg
blob8cadeb6be282753958f5b9844725c27f2ddd10e3
1 <?xml version="1.0"?>
2 <svg xmlns="http://www.w3.org/2000/svg">
3 <defs>
4 <g id="foreign">
5 <foreignObject x="100" y="0" width="100" height="100">
6 <p xmlns="http://www.w3.org/1999/xhtml">Foo</p>
7 </foreignObject>
8 </g>
9 </defs>
10 <g color="green">
11 <use href="use-02-extref-resource.svg#foreign" />
12 <use href="#foreign" />
13 </g>
14 </svg>