layout/reftests/mathml/munderover-align-accent-false.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

michael@0 1 <html>
michael@0 2 <head><title></title></head>
michael@0 3 <body>
michael@0 4 <h2> Test with accent="false" </h2>
michael@0 5 <table border="1">
michael@0 6 <tr>
michael@0 7 <td align="center"></td>
michael@0 8 <th colspan="4">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 align="left">
michael@0 49 <mspace height="15px" width="50px" mathbackground="blue"/>
michael@0 50 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 51 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 52 </moverover>
michael@0 53 </math>
michael@0 54 </td>
michael@0 55 <td align="center">
michael@0 56 <math>
michael@0 57 <munderover align="left">
michael@0 58 <mspace height="15px" width="50px" mathbackground="blue"/>
michael@0 59 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 60 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 61 </munderover>
michael@0 62 </math>
michael@0 63 </td>
michael@0 64 <td align="center">
michael@0 65 <math>
michael@0 66 <munderover align="left">
michael@0 67 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 68 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 69 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 70 </munderover>
michael@0 71 </math>
michael@0 72 </td>
michael@0 73 <td align="center">
michael@0 74 <math>
michael@0 75 <munderover align="left">
michael@0 76 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 77 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 78 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 79 </munderover>
michael@0 80 </math>
michael@0 81 </td>
michael@0 82 </tr>
michael@0 83 <tr>
michael@0 84 <th>
michael@0 85 align="right"
michael@0 86 </th>
michael@0 87 <td align="center">
michael@0 88 <math>
michael@0 89 <munderover align="right">
michael@0 90 <mspace height="15px" width="50px" mathbackground="blue"/>
michael@0 91 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 92 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 93 </munderover>
michael@0 94 </math>
michael@0 95 </td>
michael@0 96 <td align="center">
michael@0 97 <math>
michael@0 98 <munderover align="right">
michael@0 99 <mspace height="15px" width="50px" mathbackground="blue"/>
michael@0 100 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 101 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 102 </munderover>
michael@0 103 </math>
michael@0 104 </td>
michael@0 105 <td align="center">
michael@0 106 <math>
michael@0 107 <munderover align="right">
michael@0 108 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 109 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 110 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 111 </munderover>
michael@0 112 </math>
michael@0 113 </td>
michael@0 114 <td align="center">
michael@0 115 <math>
michael@0 116 <munderover align="right">
michael@0 117 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 118 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 119 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 120 </munderover>
michael@0 121 </math>
michael@0 122 </td>
michael@0 123 </tr>
michael@0 124 <tr>
michael@0 125 <th>
michael@0 126 align="center"
michael@0 127 </th>
michael@0 128 <td align="center">
michael@0 129 <math>
michael@0 130 <munderover align="center">
michael@0 131 <mspace height="15px" width="50px" mathbackground="blue"/>
michael@0 132 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 133 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 134 </munderover>
michael@0 135 </math>
michael@0 136 </td>
michael@0 137 <td align="center">
michael@0 138 <math>
michael@0 139 <munderover align="center">
michael@0 140 <mspace height="15px" width="50px" mathbackground="blue"/>
michael@0 141 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 142 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 143 </munderover>
michael@0 144 </math>
michael@0 145 </td>
michael@0 146 <td align="center">
michael@0 147 <math>
michael@0 148 <munderover align="center">
michael@0 149 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 150 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 151 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 152 </munderover>
michael@0 153 </math>
michael@0 154 </td>
michael@0 155 <td align="center">
michael@0 156 <math>
michael@0 157 <munderover align="center">
michael@0 158 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 159 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 160 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 161 </munderover>
michael@0 162 </math>
michael@0 163 </td>
michael@0 164 </tr>
michael@0 165 </table>
michael@0 166 <table>
michael@0 167 <tr>
michael@0 168 <th>
michael@0 169 <h5>Under & Over</h5>
michael@0 170
michael@0 171 <math>
michael@0 172 <mrow>
michael@0 173 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 174 </mrow>
michael@0 175 </math>
michael@0 176 </th>
michael@0 177 <th>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
michael@0 178 <th>
michael@0 179 <h5>Base</h5>
michael@0 180
michael@0 181 <math>
michael@0 182 <mrow>
michael@0 183 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 184 </mrow>
michael@0 185 </math>
michael@0 186 </th>
michael@0 187 </tr>
michael@0 188 </table>
michael@0 189 </body>
michael@0 190 </html>

mercurial