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/svg/crashtests/364688-1.svg
onload="setTimeout(boom, 30);"
class="reftest-wait">
<script>
function boom()
{
document.getElementById("sss").removeAttribute('value');
document.documentElement.removeAttribute("class");
}
</script>
<foreignObject width="500" height="500" y="300">
<table border="1">
<tr>
<td>Foo</td>
</tr>
<tr>
<td><input type="text" value="Baz" id="sss" /></td>
</tr>
</table>
</div>
</foreignObject>
</svg>