Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/presentation-markup/tables/dynamic-rowspan-mozilla-370692.xhtml - WPT Dashboard Interop Dashboard
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="help" href="https://w3c.github.io/mathml-core/#dom-and-javascript"/>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=162063"/>
<link rel="match" href="dynamic-rowspan-mozilla-370692-ref.xhtml"/>
</head>
<body>
<table>
<mathml:mtr rowspan="2" xmlns:mathml="http://www.w3.org/1998/Math/MathML">
<mathml:mo>+</mathml:mo>
<td>bar</td>
</mathml:mtr>
<tr><td>baz</td></tr>
</table>
</body>
</html>