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/431072-1.xhtml - WPT Dashboard Interop Dashboard
<head>
<script type="text/javascript">
function boom()
{
document.getElementById("math").setAttribute("class", "li");
document.documentElement.offsetHeight;
document.documentElement.appendChild(document.createTextNode("\n"));
}
</script>
<style type="text/css">
[class="li"] { display: list-item; }
</style>
</head>
</html>