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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial