Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

class="reftest-wait">
<head>
<script>
function boo()
{
var tabbox = document.getElementById("tabbox");
document.body.removeChild(tabbox);
tabbox.setAttribute("context", "a");
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(boo, 30)">
<xul:tabbox id="tabbox" />
</body>
</html>