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/395450-1.xhtml - WPT Dashboard Interop Dashboard
<head>
<style>
/*
*/
[class~="abs"] { position: absolute; }
[class~="marg"] { margin: 1em; }
[class="noheight"] { height: 0; }
</style>
</head>
<body>
<math:mrow class="noheight">
<span class="abs">
<math:mroot class="abs marg" />
<span class="abs" />
</span>
</math:mrow>
</body>
</html>