Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/bugs/490177-1.svg
<foreignObject id="f" width="500" height="500" y="300">
<table border="1">
<tr>
<td><input type="text" value="3" /></td>
</tr>
</table>
</div>
</foreignObject>
<script>
window.addEventListener("load", boom, false);
function boom()
{
var f = document.getElementById("f");
document.documentElement.appendChild(f);
}
</script>
</svg>