Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/svg/crashtests/crashtests.list
<script>↩
function doe() {↩
document.getElementById('a').appendChild(document.body);↩
}↩
setTimeout(doe, 100);↩
</script>↩
</head>↩
<body>↩
<div style="position: absolute; -moz-appearance: button; filter: url(#b); "></div>↩
<pre style="position: absolute;">↩
<table id="b"></table>↩
</pre>↩
</body>↩
<div id="a"/>↩
</html>