layout/reftests/mathml/table-width-1.xhtml

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

michael@0 1 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 2 <head>
michael@0 3 <title>Check that the content box is large enough</title>
michael@0 4 <style type="text/css">
michael@0 5 html { background-color: grey; }
michael@0 6 td { border: 1px solid white;
michael@0 7 padding-top: 0;
michael@0 8 padding-bottom: 0;
michael@0 9 padding-right: 1px;
michael@0 10 padding-left: 1px;
michael@0 11 background-color: black;
michael@0 12 color: black; }
michael@0 13 </style>
michael@0 14 </head>
michael@0 15 <body>
michael@0 16 <table>
michael@0 17 <td>
michael@0 18 <math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 19 <mrow>
michael@0 20 <mn>60</mn>
michael@0 21 <mo>&#x2062;</mo>
michael@0 22 <msqrt>
michael@0 23 <mn>2</mn>
michael@0 24 <mo>+</mo>
michael@0 25 <mn>3</mn>
michael@0 26 <mo>-</mo>
michael@0 27 <mo>5</mo>
michael@0 28 </msqrt>
michael@0 29 </mrow>
michael@0 30 </math>
michael@0 31 </td>
michael@0 32 </table>
michael@0 33 <table>
michael@0 34 <td>
michael@0 35 <math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 36 <mroot>
michael@0 37 <mfrac>
michael@0 38 <mn>8</mn>
michael@0 39 <mn>90</mn>
michael@0 40 </mfrac>
michael@0 41 <mn>61</mn>
michael@0 42 </mroot>
michael@0 43 </math>
michael@0 44 </td>
michael@0 45 </table>
michael@0 46 <table>
michael@0 47 <td>
michael@0 48 <math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 49 <mfenced>
michael@0 50 <mtable>
michael@0 51 <mtr><mtd><mn>0</mn></mtd></mtr>
michael@0 52 <mtr><mtd><mn>80</mn></mtd></mtr>
michael@0 53 </mtable>
michael@0 54 </mfenced>
michael@0 55 </math>
michael@0 56 </td>
michael@0 57 </table>
michael@0 58 <table>
michael@0 59 <td>
michael@0 60 <math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 61 <mfrac bevelled="true">
michael@0 62 <mn>82</mn>
michael@0 63 <mn>28</mn>
michael@0 64 </mfrac>
michael@0 65 </math>
michael@0 66 </td>
michael@0 67 </table>
michael@0 68 <table>
michael@0 69 <td>
michael@0 70 <math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 71 <mrow>
michael@0 72 <mo>|</mo>
michael@0 73 <mo>{</mo>
michael@0 74 <mtable>
michael@0 75 <mtr><mtd><mn>0</mn></mtd></mtr>
michael@0 76 <mtr><mtd><mn>5</mn></mtd></mtr>
michael@0 77 <mtr><mtd><mn>9</mn></mtd></mtr>
michael@0 78 </mtable>
michael@0 79 <mo>}</mo>
michael@0 80 <mo>|</mo>
michael@0 81 </mrow>
michael@0 82 </math>
michael@0 83 </td>
michael@0 84 </table>
michael@0 85 <table>
michael@0 86 <td>
michael@0 87 <math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 88 <mfrac bevelled="true" linethickness="30px">
michael@0 89 <mn>1473903823894702</mn>
michael@0 90 <mn>2808472638402743</mn>
michael@0 91 </mfrac>
michael@0 92 </math>
michael@0 93 </td>
michael@0 94 </table>
michael@0 95 </body>
michael@0 96 </html>

mercurial