1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/table-width-1-ref.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,103 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.5 + <head> 1.6 + <style type="text/css"> 1.7 + html { background-color: grey; } 1.8 + td { border: 1px solid white; 1.9 + padding-top: 0; 1.10 + padding-bottom: 0; 1.11 + padding-right: 1px; 1.12 + padding-left: 1px; 1.13 + background-color: black; 1.14 + color: red; } 1.15 + </style> 1.16 + </head> 1.17 +<body> 1.18 + <table> 1.19 + <td> 1.20 + <math xmlns="http://www.w3.org/1998/Math/MathML"> 1.21 + <mphantom> 1.22 + <mn>60</mn> 1.23 + <mo>⁢</mo> 1.24 + <msqrt> 1.25 + <mn>2</mn> 1.26 + <mo>+</mo> 1.27 + <mn>3</mn> 1.28 + <mo>-</mo> 1.29 + <mo>5</mo> 1.30 + </msqrt> 1.31 + </mphantom> 1.32 + </math> 1.33 + </td> 1.34 + </table> 1.35 + <table> 1.36 + <td> 1.37 + <math xmlns="http://www.w3.org/1998/Math/MathML"> 1.38 + <mphantom> 1.39 + <mroot> 1.40 + <mfrac> 1.41 + <mn>8</mn> 1.42 + <mn>90</mn> 1.43 + </mfrac> 1.44 + <mn>61</mn> 1.45 + </mroot> 1.46 + </mphantom> 1.47 + </math> 1.48 + </td> 1.49 + </table> 1.50 + <table> 1.51 + <td> 1.52 + <math xmlns="http://www.w3.org/1998/Math/MathML"> 1.53 + <mphantom> 1.54 + <mfenced> 1.55 + <mtable> 1.56 + <mtr><mtd><mn>0</mn></mtd></mtr> 1.57 + <mtr><mtd><mn>80</mn></mtd></mtr> 1.58 + </mtable> 1.59 + </mfenced> 1.60 + </mphantom> 1.61 + </math> 1.62 + </td> 1.63 + </table> 1.64 + <table> 1.65 + <td> 1.66 + <math xmlns="http://www.w3.org/1998/Math/MathML"> 1.67 + <mphantom> 1.68 + <mfrac bevelled="true"> 1.69 + <mn>82</mn> 1.70 + <mn>28</mn> 1.71 + </mfrac> 1.72 + </mphantom> 1.73 + </math> 1.74 + </td> 1.75 + </table> 1.76 + <table> 1.77 + <td> 1.78 + <math xmlns="http://www.w3.org/1998/Math/MathML"> 1.79 + <mphantom> 1.80 + <mo>|</mo> 1.81 + <mo>{</mo> 1.82 + <mtable> 1.83 + <mtr><mtd><mn>0</mn></mtd></mtr> 1.84 + <mtr><mtd><mn>5</mn></mtd></mtr> 1.85 + <mtr><mtd><mn>9</mn></mtd></mtr> 1.86 + </mtable> 1.87 + <mo>}</mo> 1.88 + <mo>|</mo> 1.89 + </mphantom> 1.90 + </math> 1.91 + </td> 1.92 + </table> 1.93 + <table> 1.94 + <td> 1.95 + <math xmlns="http://www.w3.org/1998/Math/MathML"> 1.96 + <mphantom> 1.97 + <mfrac bevelled="true" linethickness="30px"> 1.98 + <mn>1473903823894702</mn> 1.99 + <mn>2808472638402743</mn> 1.100 + </mfrac> 1.101 + </mphantom> 1.102 + </math> 1.103 + </td> 1.104 + </table> 1.105 +</body> 1.106 +</html>