table-width-1.xhtml (1577B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <title>Check that the content box is large enough</title> 4 <link rel="match" href="table-width-1-ref.xhtml"/> 5 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=363240"/> 6 <style type="text/css"> 7 html { background-color: grey; } 8 td { border: 1px solid white; 9 padding-top: 1px; 10 padding-bottom: 1px; 11 padding-right: 1px; 12 padding-left: 1px; 13 background-color: black; 14 color: black; } 15 </style> 16 </head> 17 <body> 18 <table> 19 <td> 20 <math xmlns="http://www.w3.org/1998/Math/MathML"> 21 <mrow> 22 <mn>60</mn> 23 <mo>⁢</mo> 24 <msqrt> 25 <mn>2</mn> 26 <mo>+</mo> 27 <mn>3</mn> 28 <mo>-</mo> 29 <mo>5</mo> 30 </msqrt> 31 </mrow> 32 </math> 33 </td> 34 </table> 35 <table> 36 <td> 37 <math xmlns="http://www.w3.org/1998/Math/MathML"> 38 <mroot> 39 <mfrac> 40 <mn>8</mn> 41 <mn>90</mn> 42 </mfrac> 43 <mn>61</mn> 44 </mroot> 45 </math> 46 </td> 47 </table> 48 <table> 49 <td> 50 <math xmlns="http://www.w3.org/1998/Math/MathML"> 51 <mrow> 52 <mo>|</mo> 53 <mo>{</mo> 54 <mtable> 55 <mtr><mtd><mn>0</mn></mtd></mtr> 56 <mtr><mtd><mn>5</mn></mtd></mtr> 57 <mtr><mtd><mn>9</mn></mtd></mtr> 58 </mtable> 59 <mo>}</mo> 60 <mo>|</mo> 61 </mrow> 62 </math> 63 </td> 64 </table> 65 </body> 66 </html>