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/384649-1.xhtml - WPT Dashboard Interop Dashboard
<head>
<style>
*[class="fixed"] { position: fixed; }
math, mtable, mtr { position: inherit; }
</style>
</head>
<body>
<div class="fixed">
<mtable>
<mtr class="fixed">
<mtd><mi>x</mi></mtd>
</mtr>
<mtr>
<mtd><mi>y</mi></mtd>
</mtr>
</mtable>
</math>
</div>
</body>
</html>