layout/reftests/mathml/munder-mover-align-accent-true.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 <html>
michael@0 2 <head><title></title></head>
michael@0 3 <body>
michael@0 4 <h2> Test with accent="true" </h2>
michael@0 5 <table border="1">
michael@0 6 <tr>
michael@0 7 <td align="center"></td>
michael@0 8 <th colspan="2">mover</th>
michael@0 9 <th colspan="2">munder</th>
michael@0 10 </tr>
michael@0 11 <tr>
michael@0 12 <td align="center"></td>
michael@0 13 <td align="center"><mrow>
michael@0 14 <mi>Over</mi>
michael@0 15 <mo>&lt;</mo>
michael@0 16 <mi>Base</mi>
michael@0 17 </mrow>
michael@0 18 </td>
michael@0 19 <td align="center">
michael@0 20 <mrow>
michael@0 21 <mi>Over</mi>
michael@0 22 <mo>&gt;</mo>
michael@0 23 <mi>Base</mi>
michael@0 24 </mrow>
michael@0 25 </td>
michael@0 26 <td align="center">
michael@0 27 <mrow>
michael@0 28 <mi>Over</mi>
michael@0 29 <mo>&lt;</mo>
michael@0 30 <mi>Base</mi>
michael@0 31 </mrow>
michael@0 32 </td>
michael@0 33 <td align="center">
michael@0 34 <mrow>
michael@0 35 <mi>Over</mi>
michael@0 36 <mo>&gt;</mo>
michael@0 37 <mi>Base</mi>
michael@0 38 </mrow></td>
michael@0 39 </tr>
michael@0 40 <tr>
michael@0 41 <th>
michael@0 42 align="left"
michael@0 43 </th>
michael@0 44 <td align="center">
michael@0 45 <math>
michael@0 46 <mover align="left" accent="true">
michael@0 47 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 48 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 49 </mover>
michael@0 50 </math>
michael@0 51 </td>
michael@0 52 <td align="center">
michael@0 53 <math>
michael@0 54 <mover align="left" accent="true">
michael@0 55 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 56 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 57 </mover>
michael@0 58 </math>
michael@0 59 </td>
michael@0 60 <td align="center">
michael@0 61 <math>
michael@0 62 <munder align="left" accentunder="true">
michael@0 63 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 64 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 65 </munder>
michael@0 66 </math>
michael@0 67 </td>
michael@0 68 <td align="center">
michael@0 69 <math>
michael@0 70 <munder align="left" accentunder="true">
michael@0 71 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 72 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 73 </munder>
michael@0 74 </math>
michael@0 75 </td>
michael@0 76 </tr>
michael@0 77 <tr>
michael@0 78 <th>
michael@0 79 align="right"
michael@0 80 </th>
michael@0 81 <td align="center">
michael@0 82 <math>
michael@0 83 <mover align="right" accent="true">
michael@0 84 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 85 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 86 </mover>
michael@0 87 </math>
michael@0 88 </td>
michael@0 89 <td align="center">
michael@0 90 <math>
michael@0 91 <mover align="right" accent="true">
michael@0 92 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 93 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 94 </mover>
michael@0 95 </math>
michael@0 96 </td>
michael@0 97 <td align="center">
michael@0 98 <math>
michael@0 99 <munder align="right" accentunder="true">
michael@0 100 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 101 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 102 </munder>
michael@0 103 </math>
michael@0 104 </td>
michael@0 105 <td align="center">
michael@0 106 <math>
michael@0 107 <munder align="right" accentunder="true">
michael@0 108 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 109 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 110 </munder>
michael@0 111 </math>
michael@0 112 </td>
michael@0 113 </tr>
michael@0 114 <tr>
michael@0 115 <th>
michael@0 116 align="center"
michael@0 117 </th>
michael@0 118 <td align="center">
michael@0 119 <math>
michael@0 120 <mover align="center" accent="true">
michael@0 121 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 122 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 123 </mover>
michael@0 124 </math>
michael@0 125 </td>
michael@0 126 <td align="center">
michael@0 127 <math>
michael@0 128 <mover align="center" accent="true">
michael@0 129 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 130 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 131 </mover>
michael@0 132 </math>
michael@0 133 </td>
michael@0 134 <td align="center">
michael@0 135 <math>
michael@0 136 <munder align="center" accentunder="true">
michael@0 137 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 138 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 139 </munder>
michael@0 140 </math>
michael@0 141 </td>
michael@0 142 <td align="center">
michael@0 143 <math>
michael@0 144 <munder align="center" accentunder="true">
michael@0 145 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 146 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 147 </munder>
michael@0 148 </math>
michael@0 149 </td>
michael@0 150 </tr>
michael@0 151 </table>
michael@0 152 <table>
michael@0 153 <tr>
michael@0 154 <th>
michael@0 155 <h5>Under & Over</h5>
michael@0 156
michael@0 157 <math>
michael@0 158 <mrow>
michael@0 159 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 160 </mrow>
michael@0 161 </math>
michael@0 162 </th>
michael@0 163 <th>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
michael@0 164 <th>
michael@0 165 <h5>Base</h5>
michael@0 166
michael@0 167 <math>
michael@0 168 <mrow>
michael@0 169 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 170 </mrow>
michael@0 171 </math>
michael@0 172 </th>
michael@0 173 </tr>
michael@0 174 </table>
michael@0 175 </body>
michael@0 176 </html>

mercurial