mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
10 lines
192 B
XML
10 lines
192 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
|
||
|
<foreignObject x="100" y="100" width="-2" height="500">
|
||
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<p>Foo</p>
|
||
|
</div>
|
||
|
</foreignObject>
|
||
|
|
||
|
</svg>
|