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/385226-1.xhtml - WPT Dashboard Interop Dashboard
<head>
<style>
[class="capleft"] { caption-side: left; }
[class="collapse"] { visibility: collapse; }
</style>
</head>
<body>
<div>
<mtable>
<mtr>
<mtd><mi>x</mi></mtd>
<mtd><mi>y</mi></mtd>
</mtr>
<html:caption class="capleft">
<mtd><mi>z</mi></mtd>
<mtd><mi>w</mi></mtd>
</html:caption>
</mtable>
</math>
</div>
</body>
</html>