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

41 lines
1.2 KiB
HTML

<!DOCTYPE HTML>
<head>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1131000"/>
<link rel="match" href="semantics-4-ref.html"/>
</head>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<semantics>
<mtable width="100%" mathbackground="red">
<mtr> <mtd><mi>x</mi></mtd> </mtr>
</mtable>
<annotation encoding="application/x-tex">y</annotation>
</semantics>
</math>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<semantics>
<mtable mathbackground="red">
<mtr> <mtd><mi>x</mi></mtd> </mtr>
</mtable>
<annotation encoding="application/x-tex">y</annotation>
</semantics>
</math>
<math display="inline" xmlns="http://www.w3.org/1998/Math/MathML">
<semantics>
<mtable width="100%" mathbackground="red">
<mtr> <mtd><mi>x</mi></mtd> </mtr>
</mtable>
<annotation encoding="application/x-tex">y</annotation>
</semantics>
</math>
<math display="inline" xmlns="http://www.w3.org/1998/Math/MathML">
<semantics>
<mtable mathbackground="red">
<mtr> <mtd><mi>x</mi></mtd> </mtr>
</mtable>
<annotation encoding="application/x-tex">y</annotation>
</semantics>
</math>