Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/tables/rowlines-dynamic-mozilla-347496.xhtml - WPT Dashboard Interop Dashboard
<head>
<link rel="match" href="rowlines-dynamic-mozilla-347496-ref.xhtml"/>
</head>
<body onload="document.getElementById('table').setAttribute('rowlines', 'dashed')">
<mfenced open="[" close="]">
<mtable id="table">
<mtr>
<mtd><mi>x</mi></mtd>
<mtd><mi>y</mi></mtd>
</mtr>
<mtr>
<mtd><mi>z</mi></mtd>
<mtd><mi>w</mi></mtd>
</mtr>
</mtable>
</mfenced>
</math></div>
</body>
</html>