Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /mathml/crashtests/mozilla/336074-1.xhtml - WPT Dashboard Interop Dashboard
 
 
<head>
<script>
<![CDATA[
function init()
{
  var k = document.getElementById("k");
  k.remove();
  document.documentElement.removeAttribute("class");
}
]]>
</script>
</head>
<body onload="setTimeout(init, 30);">
</body>
</html>