|
1 <!doctype> |
|
2 <html> |
|
3 <head> |
|
4 <title>table-width-2</title> |
|
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
|
6 </head> |
|
7 <body> |
|
8 |
|
9 <!-- See bug 459363 --> |
|
10 |
|
11 <p> |
|
12 <math> |
|
13 <mtable> |
|
14 <mtr> |
|
15 <mtd><mtext>|</mtext></mtd> |
|
16 <mtd><mrow style="width: 5em;"></mrow></mtd> |
|
17 <mtd><mtext>|</mtext></mtd> |
|
18 </mtr> |
|
19 </mtable> |
|
20 </math> |
|
21 </p> |
|
22 |
|
23 <p> |
|
24 <math> |
|
25 <mtable> |
|
26 <mtr> |
|
27 <mtd><mtext>|</mtext></mtd> |
|
28 <mtd><mrow style="width: 5em;"></mrow></mtd> |
|
29 <mtd><mtext>|</mtext></mtd> |
|
30 </mtr> |
|
31 </mtable> |
|
32 </math> |
|
33 </p> |
|
34 |
|
35 </body> |
|
36 </html> |