Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/base/crashtests/crashtests.list
<head>
<style id="ss" type="text/css">
span, popupgroup { display: table; position: absolute; }
</style>
<script type="text/javascript">
function boom()
{
var ss = document.getElementById("ss");
ss.removeChild(ss.firstChild);
}
</script>
</head>
<body onload="boom();">
<span><xul:popupgroup/></span>
</body>
</html>