Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
mathml
/
presentation-markup
/
tables
/
dynamic-rowspan-mozilla-370692-ref.xhtml
blob: 2e01559d274190204cc346c1f29b1557d44a5ea6 [
file
] [
log
] [
blame
] [
edit
]
<html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<body>
<table>
<mathml:mtr
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>