blob: 76a8438e4a3bcc10328db596ea8d4fd6a5a855bf [file] [log] [blame]
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg"
onload="start()" viewBox="0 0 100 100" width="100%" height="100%">
<script type="text/javascript"><![CDATA[
function start() {
document.getElementById("element1").appendChild(window.top.div);
}
]]>
</script>
<foreignObject id="element1" width="500" height="500">
</foreignObject>
</svg>