1
0
Fork 0
firefox/testing/web-platform/mozilla/tests/mathml/tables/mstyle-align.html
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

27 lines
660 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>align attribute on mstyle/math</title>
<link rel="match" href="mstyle-align-ref.html" />
<meta name="assert" content="align attribute on mstyle/math does not apply to mtable descendants." />
<body>
<math align="baseline">
<mstyle align="baseline">
<mrow>
<mtext>_</mtext>
<mtable>
<mtr>
<mtd>
<mtext>&#x2015;</mtext>
</mtd>
</mtr>
<mtr>
<mtd>
<mtext>&#x2015;</mtext>
</mtd>
</mtr>
</mtable>
<mtext>_</mtext>
</mrow>
</mstyle>
</math>
</body>