blob: eee77e4da5d200aa8c4d93915111a91782fa685b (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<div style="height: 100px">
</div>
<svg width="200" height="200" style="overflow: visible">
<foreignObject width="200" height="200">
<div id="x" style="position:fixed; top: 0; left: 0">
This is a test
</div>
</foreignObject>
</svg>
|