mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
269 B
HTML
11 lines
269 B
HTML
<!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:absolute; top: 0; left: 0">
|
|
This is a test
|
|
</div>
|
|
</foreignObject>
|
|
</svg>
|