layout/reftests/mathml/munder-mover-align-accent-false-ref.html

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

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="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>
michael@0 47 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 48 <mrow>
michael@0 49 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 50 <mspace height="15px" width="25px"/>
michael@0 51 <mspace height="15px" width="25px"/>
michael@0 52 </mrow>
michael@0 53 </mover>
michael@0 54 </math>
michael@0 55 </td>
michael@0 56 <td align="center">
michael@0 57 <math>
michael@0 58 <mover>
michael@0 59 <mrow>
michael@0 60 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 61 <mspace height="15px" width="25px"/>
michael@0 62 <mspace height="15px" width="25px"/>
michael@0 63 </mrow>
michael@0 64 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 65 </mover>
michael@0 66 </math>
michael@0 67 </td>
michael@0 68 <td align="center">
michael@0 69 <math>
michael@0 70 <munder>
michael@0 71 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 72 <mrow>
michael@0 73 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 74 <mspace height="15px" width="25px"/>
michael@0 75 <mspace height="15px" width="25px"/>
michael@0 76 </mrow>
michael@0 77 </munder>
michael@0 78 </math>
michael@0 79 </td>
michael@0 80 <td align="center">
michael@0 81 <math>
michael@0 82 <munder>
michael@0 83 <mrow>
michael@0 84 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 85 <mspace height="15px" width="25px"/>
michael@0 86 <mspace height="15px" width="25px"/>
michael@0 87 </mrow>
michael@0 88 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 89 </munder>
michael@0 90 </math>
michael@0 91 </td>
michael@0 92 </tr>
michael@0 93 <tr>
michael@0 94 <th>
michael@0 95 align="right"
michael@0 96 </th>
michael@0 97 <td align="center">
michael@0 98 <math>
michael@0 99 <mover>
michael@0 100 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 101 <mrow>
michael@0 102 <mspace height="15px" width="25px"/>
michael@0 103 <mspace height="15px" width="25px"/>
michael@0 104 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 105 </mrow>
michael@0 106 </mover>
michael@0 107 </math>
michael@0 108 </td>
michael@0 109 <td align="center">
michael@0 110 <math>
michael@0 111 <mover>
michael@0 112 <mrow>
michael@0 113 <mspace height="15px" width="25px"/>
michael@0 114 <mspace height="15px" width="25px"/>
michael@0 115 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 116 </mrow>
michael@0 117 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 118 </mover>
michael@0 119 </math>
michael@0 120 </td>
michael@0 121 <td align="center">
michael@0 122 <math>
michael@0 123 <munder>
michael@0 124 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 125 <mrow>
michael@0 126 <mspace height="15px" width="25px"/>
michael@0 127 <mspace height="15px" width="25px"/>
michael@0 128 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 129 </mrow>
michael@0 130 </munder>
michael@0 131 </math>
michael@0 132 </td>
michael@0 133 <td align="center">
michael@0 134 <math>
michael@0 135 <munder>
michael@0 136 <mrow>
michael@0 137 <mspace height="15px" width="25px"/>
michael@0 138 <mspace height="15px" width="25px"/>
michael@0 139 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 140 </mrow>
michael@0 141 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 142 </munder>
michael@0 143 </math>
michael@0 144 </td>
michael@0 145 </tr>
michael@0 146 <tr>
michael@0 147 <th>
michael@0 148 align="center"
michael@0 149 </th>
michael@0 150 <td align="center">
michael@0 151 <math>
michael@0 152 <mover>
michael@0 153 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 154 <mrow>
michael@0 155 <mspace height="15px" width="25px"/>
michael@0 156 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 157 <mspace height="15px" width="25px"/>
michael@0 158 </mrow>
michael@0 159 </mover>
michael@0 160 </math>
michael@0 161 </td>
michael@0 162 <td align="center">
michael@0 163 <math>
michael@0 164 <mover>
michael@0 165 <mrow>
michael@0 166 <mspace height="15px" width="25px"/>
michael@0 167 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 168 <mspace height="15px" width="25px"/>
michael@0 169 </mrow>
michael@0 170 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 171 </mover>
michael@0 172 </math>
michael@0 173 </td>
michael@0 174 <td align="center">
michael@0 175 <math>
michael@0 176 <munder>
michael@0 177 <mspace height="15px" width="75px" mathbackground="blue"/>
michael@0 178 <mrow>
michael@0 179 <mspace height="15px" width="25px"/>
michael@0 180 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 181 <mspace height="15px" width="25px"/>
michael@0 182 </mrow>
michael@0 183 </munder>
michael@0 184 </math>
michael@0 185 </td>
michael@0 186 <td align="center">
michael@0 187 <math>
michael@0 188 <munder>
michael@0 189 <mrow>
michael@0 190 <mspace height="15px" width="25px"/>
michael@0 191 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 192 <mspace height="15px" width="25px"/>
michael@0 193 </mrow>
michael@0 194 <mspace height="15px" width="75px" mathbackground="red"/>
michael@0 195 </munder>
michael@0 196 </math>
michael@0 197 </td>
michael@0 198 </tr>
michael@0 199 </table>
michael@0 200 <table>
michael@0 201 <tr>
michael@0 202 <th>
michael@0 203 <h5>Under & Over</h5>
michael@0 204
michael@0 205 <math>
michael@0 206 <mrow>
michael@0 207 <mspace height="15px" width="25px" mathbackground="red"/>
michael@0 208 </mrow>
michael@0 209 </math>
michael@0 210 </th>
michael@0 211 <th>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
michael@0 212 <th>
michael@0 213 <h5>Base</h5>
michael@0 214
michael@0 215 <math>
michael@0 216 <mrow>
michael@0 217 <mspace height="15px" width="25px" mathbackground="blue"/>
michael@0 218 </mrow>
michael@0 219 </math>
michael@0 220 </th>
michael@0 221 </tr>
michael@0 222 </table>
michael@0 223 </body>
michael@0 224 </html>

mercurial