gecko-dev/layout/reftests/mathml/semantics-4-ref.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

25 lines
671 B
HTML

<!DOCTYPE HTML>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mtable width="100%" mathbackground="red">
<mtr> <mtd><mi>x</mi></mtd> </mtr>
</mtable>
</math>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mtable mathbackground="red">
<mtr> <mtd><mi>x</mi></mtd> </mtr>
</mtable>
</math>
<math display="inline" xmlns="http://www.w3.org/1998/Math/MathML">
<mtable width="100%" mathbackground="red">
<mtr> <mtd><mi>x</mi></mtd> </mtr>
</mtable>
</math>
<math display="inline" xmlns="http://www.w3.org/1998/Math/MathML">
<mtable mathbackground="red">
<mtr> <mtd><mi>x</mi></mtd> </mtr>
</mtable>
</math>