Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/svg/crashtests/crashtests.list
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>