1
0
Fork 0
firefox/testing/web-platform/tests/mathml/presentation-markup/tables/dynamic-rowspan-mozilla-370692-ref.xhtml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
236 B
HTML

<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>