layout/reftests/mathml/table-width-3-ref.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

michael@0 1 <!doctype>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <title>table-width-3</title>
michael@0 5 <meta charset="utf-8"/>
michael@0 6 <style type="text/css">
michael@0 7 html { background-color: grey; }
michael@0 8 td { border: 1px solid white;
michael@0 9 padding-top: 0;
michael@0 10 padding-bottom: 0;
michael@0 11 padding-right: 1px;
michael@0 12 padding-left: 1px;
michael@0 13 background-color: black;
michael@0 14 color: red; }
michael@0 15 mi, mtext { font-size: 3em; }
michael@0 16 span { font-style: italic; display: inline-block; }
michael@0 17 </style>
michael@0 18 </head>
michael@0 19 <body>
michael@0 20
michael@0 21 <table>
michael@0 22 <tr>
michael@0 23 <td>
michael@0 24 <math>
michael@0 25 <mphantom>
michael@0 26 <mi>f</mi>
michael@0 27 </mphantom>
michael@0 28 </math>
michael@0 29 </td>
michael@0 30 </tr>
michael@0 31 </table>
michael@0 32 <table>
michael@0 33 <tr>
michael@0 34 <td>
michael@0 35 <math>
michael@0 36 <mphantom>
michael@0 37 <mi>f</mi>
michael@0 38 </mphantom>
michael@0 39 </math>
michael@0 40 </td>
michael@0 41 </tr>
michael@0 42 </table>
michael@0 43 <table>
michael@0 44 <tr>
michael@0 45 <td>
michael@0 46 <math>
michael@0 47 <mphantom>
michael@0 48 <mi>f</mi>
michael@0 49 <mi>f</mi>
michael@0 50 <mi>f</mi>
michael@0 51 </mphantom>
michael@0 52 </math>
michael@0 53 </td>
michael@0 54 </tr>
michael@0 55 </table>
michael@0 56 <table>
michael@0 57 <tr>
michael@0 58 <td>
michael@0 59 <math>
michael@0 60 <mphantom>
michael@0 61 <mi style="font-style: italic;">fff</mi>
michael@0 62 </mphantom>
michael@0 63 </math>
michael@0 64 </td>
michael@0 65 </tr>
michael@0 66 </table>
michael@0 67 <table>
michael@0 68 <tr>
michael@0 69 <td>
michael@0 70 <math>
michael@0 71 <mphantom>
michael@0 72 <mtext><span>fff</span></mtext>
michael@0 73 </mphantom>
michael@0 74 </math>
michael@0 75 </td>
michael@0 76 </tr>
michael@0 77 </table>
michael@0 78 <table>
michael@0 79 <tr>
michael@0 80 <td>
michael@0 81 <math>
michael@0 82 <mphantom>
michael@0 83 <mtext><span>f</span></mtext>
michael@0 84 <mtext><span>f</span></mtext>
michael@0 85 <mtext><span>f</span></mtext>
michael@0 86 </mphantom>
michael@0 87 </math>
michael@0 88 </td>
michael@0 89 </tr>
michael@0 90 </table>
michael@0 91 <table>
michael@0 92 <tr>
michael@0 93 <td>
michael@0 94 <math>
michael@0 95 <mphantom>
michael@0 96 <mtext><span>f</span><span>f</span><span>f</span></mtext>
michael@0 97 </mphantom>
michael@0 98 </math>
michael@0 99 </td>
michael@0 100 </tr>
michael@0 101 </table>
michael@0 102 </body>
michael@0 103 </html>

mercurial