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

37 lines
600 B
HTML

<!doctype>
<html>
<head>
<title>table-width-2</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<!-- See bug 459363 -->
<p>
<math>
<mtable>
<mtr>
<mtd><mtext>|</mtext></mtd>
<mtd><mrow style="width: 5em;"></mrow></mtd>
<mtd><mtext>|</mtext></mtd>
</mtr>
</mtable>
</math>
</p>
<p>
<math>
<mtable>
<mtr>
<mtd><mtext>|</mtext></mtd>
<mtd><mrow style="width: 5em;"></mrow></mtd>
<mtd><mtext>|</mtext></mtd>
</mtr>
</mtable>
</math>
</p>
</body>
</html>