tenfourfox/layout/reftests/mathml/mtable-width-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

46 lines
691 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<div>
<math>
<mtext>|</mtext>
<mtable style="width:8em">
<mtr>
<mtd></mtd>
</mtr>
</mtable>
<mtext>|</mtext>
</math>
</div>
<div>
<math>
<mtext>|</mtext>
<mtable style="width:30px">
<mtr>
<mtd></mtd>
</mtr>
</mtable>
<mtext>|</mtext>
</math>
</div>
<div>
<math>
<mtext>|</mtext>
<mtable>
<mtr>
<mtd></mtd>
</mtr>
</mtable>
<mtext>|</mtext>
</math>
</div>
</body>
</html>