gecko-dev/layout/reftests/mathml/semantics-4.html
Robert O'Callahan ed470cc6d0 Bug 1131000. Implement nsMathMLSelectedFrame::ComputeSize to delegate size computation to the selected frame. r=mats
--HG--
extra : rebase_source : d27919e87b39379ea5f6b74b3e4f71ea5cb6ef43
2015-03-05 17:06:32 +13:00

37 lines
1.0 KiB
HTML

<!DOCTYPE HTML>
<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>