layout/reftests/mathml/munderover-align-accent-true-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 <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="6">munderover</th>
michael@0 9 </tr>
michael@0 10 <tr>
michael@0 11 <td align="center"></td>
michael@0 12 <td align="center"><math><mrow>
michael@0 13 <mi>Over</mi>
michael@0 14 <mo>&lt;</mo>
michael@0 15 <mi>Base</mi>
michael@0 16 <mo>&lt;</mo>
michael@0 17 <mi>Under<mi>
michael@0 18 </mrow></math>
michael@0 19 </td>
michael@0 20 <td align="center">
michael@0 21 <math><mrow>
michael@0 22 <mi>Over</mi>
michael@0 23 <mo>&gt;</mo>
michael@0 24 <mi>Base</mi>
michael@0 25 <mo>&gt;</mo>
michael@0 26 <mi>Under</mi>
michael@0 27 </mrow></math>
michael@0 28 </td>
michael@0 29 <td align="center">
michael@0 30 <math><mrow>
michael@0 31 <mi>Over = Under</mi>
michael@0 32 <mo>&lt;</mo>
michael@0 33 <mi>Base</mi>
michael@0 34 </mrow></math>
michael@0 35 </td>
michael@0 36 <td align="center"><math><mrow>
michael@0 37 <mi>Over = Under</mi>
michael@0 38 <mo>&gt;</mo>
michael@0 39 <mi>Base</mi>
michael@0 40 </mrow></math></td>
michael@0 41 </tr>
michael@0 42 <tr>
michael@0 43 <th>
michael@0 44 align="left"
michael@0 45 </th>
michael@0 46 <td align="center">
michael@0 47 <math>
michael@0 48 <munderover accent="true" accentunder="true">
michael@0 49 <mrow>
michael@0 50 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 51 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 52 <mspace height="15px" width="25px"/>
michael@0 53 </mrow>
michael@0 54 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 55 <mrow>
michael@0 56 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 57 <mspace height="15px" width="25px"/>
michael@0 58 <mspace height="15px" width="25px"/>
michael@0 59 </mrow>
michael@0 60 </munderover>
michael@0 61 </math>
michael@0 62 </td>
michael@0 63 <td align="center">
michael@0 64 <math>
michael@0 65 <munderover accent="true" accentunder="true">
michael@0 66 <mrow>
michael@0 67 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 68 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 69 <mspace height="15px" width="25px"/>
michael@0 70 </mrow>
michael@0 71 <mrow>
michael@0 72 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 73 <mspace height="15px" width="25px"/>
michael@0 74 <mspace height="15px" width="25px"/>
michael@0 75 </mrow>
michael@0 76 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 77 </munderover>
michael@0 78 </math>
michael@0 79 </td>
michael@0 80 <td align="center">
michael@0 81 <math>
michael@0 82 <munderover accent="true" accentunder="true">
michael@0 83 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 84 <mrow>
michael@0 85 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 86 <mspace height="15px" width="25px"/>
michael@0 87 <mspace height="15px" width="25px"/>
michael@0 88 </mrow>
michael@0 89 <mrow>
michael@0 90 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 91 <mspace height="15px" width="25px"/>
michael@0 92 <mspace height="15px" width="25px"/>
michael@0 93 </mrow>
michael@0 94 </munderover>
michael@0 95 </math>
michael@0 96 </td>
michael@0 97 <td align="center">
michael@0 98 <math>
michael@0 99 <munderover accent="true" accentunder="true">
michael@0 100 <mrow>
michael@0 101 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 102 <mspace height="15px" width="25px"/>
michael@0 103 <mspace height="15px" width="25px"/>
michael@0 104 </mrow>
michael@0 105 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 106 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 107 </munderover>
michael@0 108 </math>
michael@0 109 </td>
michael@0 110 </tr>
michael@0 111 <tr>
michael@0 112 <th>
michael@0 113 align="right"
michael@0 114 </th>
michael@0 115 <td align="center">
michael@0 116 <math>
michael@0 117 <munderover accent="true" accentunder="true">
michael@0 118 <mrow>
michael@0 119 <mspace height="15px" width="25px"/>
michael@0 120 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 121 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 122 </mrow>
michael@0 123 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 124 <mrow>
michael@0 125 <mspace height="15px" width="25px"/>
michael@0 126 <mspace height="15px" width="25px"/>
michael@0 127 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 128 </mrow>
michael@0 129 </munderover>
michael@0 130 </math>
michael@0 131 </td>
michael@0 132 <td align="center">
michael@0 133 <math>
michael@0 134 <munderover accent="true" accentunder="true">
michael@0 135 <mrow>
michael@0 136 <mspace height="15px" width="25px"/>
michael@0 137 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 138 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 139 </mrow>
michael@0 140 <mrow>
michael@0 141 <mspace height="15px" width="25px"/>
michael@0 142 <mspace height="15px" width="25px"/>
michael@0 143 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 144 </mrow>
michael@0 145 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 146 </munderover>
michael@0 147 </math>
michael@0 148 </td>
michael@0 149 <td align="center">
michael@0 150 <math>
michael@0 151 <munderover accent="true" accentunder="true">
michael@0 152 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 153 <mrow>
michael@0 154 <mspace height="15px" width="25px"/>
michael@0 155 <mspace height="15px" width="25px"/>
michael@0 156 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 157 </mrow>
michael@0 158 <mrow>
michael@0 159 <mspace height="15px" width="25px"/>
michael@0 160 <mspace height="15px" width="25px"/>
michael@0 161 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 162 </mrow>
michael@0 163 </munderover>
michael@0 164 </math>
michael@0 165 </td>
michael@0 166 <td align="center">
michael@0 167 <math>
michael@0 168 <munderover accent="true" accentunder="true">
michael@0 169 <mrow>
michael@0 170 <mspace height="15px" width="25px"/>
michael@0 171 <mspace height="15px" width="25px"/>
michael@0 172 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 173 </mrow>
michael@0 174 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 175 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 176 </munderover>
michael@0 177 </math>
michael@0 178 </td>
michael@0 179 </tr>
michael@0 180 <tr>
michael@0 181 <th>
michael@0 182 align="center"
michael@0 183 </th>
michael@0 184 <td align="center">
michael@0 185 <math>
michael@0 186 <munderover accent="true" accentunder="true">
michael@0 187 <mrow>
michael@0 188 <mspace height="15px" width="25px"/>
michael@0 189 <mspace height="15px" width="50px" mathbackground="blue"/>
michael@0 190 <mspace height="15px" width="25px"/>
michael@0 191 </mrow>
michael@0 192 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 193 <mrow>
michael@0 194 <mspace height="15px" width="25px"/>
michael@0 195 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 196 <mspace height="15px" width="25px"/>
michael@0 197 </mrow>
michael@0 198 </munderover>
michael@0 199 </math>
michael@0 200 </td>
michael@0 201 <td align="center">
michael@0 202 <math>
michael@0 203 <munderover accent="true" accentunder="true">
michael@0 204 <mrow>
michael@0 205 <mspace height="15px" width="25px"/>
michael@0 206 <mspace height="15px" width="50px" mathbackground="blue"/>
michael@0 207 <mspace height="15px" width="25px"/>
michael@0 208 </mrow>
michael@0 209 <mrow>
michael@0 210 <mspace height="15px" width="25px"/>
michael@0 211 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 212 <mspace height="15px" width="25px"/>
michael@0 213 </mrow>
michael@0 214 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 215 </munderover>
michael@0 216 </math>
michael@0 217 </td>
michael@0 218 <td align="center">
michael@0 219 <math>
michael@0 220 <munderover accent="true" accentunder="true">
michael@0 221 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 222 <mrow>
michael@0 223 <mspace height="15px" width="25px"/>
michael@0 224 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 225 <mspace height="15px" width="25px"/>
michael@0 226 </mrow>
michael@0 227 <mrow>
michael@0 228 <mspace height="15px" width="25px"/>
michael@0 229 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 230 <mspace height="15px" width="25px"/>
michael@0 231 </mrow>
michael@0 232 </munderover>
michael@0 233 </math>
michael@0 234 </td>
michael@0 235 <td align="center">
michael@0 236 <math>
michael@0 237 <munderover accent="true" accentunder="true">
michael@0 238 <mrow>
michael@0 239 <mspace height="15px" width="25px"/>
michael@0 240 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 241 <mspace height="15px" width="25px"/>
michael@0 242 </mrow>
michael@0 243 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 244 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 245 </munderover>
michael@0 246 </math>
michael@0 247 </td>
michael@0 248 </tr>
michael@0 249 </table>
michael@0 250 <table>
michael@0 251 <tr>
michael@0 252 <th>
michael@0 253 <h5>Under & Over</h5>
michael@0 254
michael@0 255 <math>
michael@0 256 <mrow>
michael@0 257 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 258 </mrow>
michael@0 259 </math>
michael@0 260 </th>
michael@0 261 <th>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
michael@0 262 <th>
michael@0 263 <h5>Base</h5>
michael@0 264
michael@0 265 <math>
michael@0 266 <mrow>
michael@0 267 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 268 </mrow>
michael@0 269 </math>
michael@0 270 </th>
michael@0 271 </tr>
michael@0 272 </table>
michael@0 273 </body>
michael@0 274 </html>

mercurial