layout/reftests/mathml/mtable-align-whitespace.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 <!DOCTYPE html>
michael@0 2 <head>
michael@0 3 <title>mtable align : WhiteSpace Check</title>
michael@0 4 </head>
michael@0 5
michael@0 6 <body>
michael@0 7
michael@0 8 <math>
michael@0 9
michael@0 10 <mi>X</mi>
michael@0 11 <mo>=</mo>
michael@0 12 <mtable frame="solid" align="center-3">
michael@0 13 <mtr>
michael@0 14 <mtd><mi>A</mi></mtd>
michael@0 15 <mtd><mi>B</mi></mtd>
michael@0 16 </mtr>
michael@0 17 <mtr>
michael@0 18 <mtd><mi>C</mi></mtd>
michael@0 19 <mtd><mi>D</mi></mtd>
michael@0 20 </mtr>
michael@0 21 <mtr>
michael@0 22 <mtd><mi>E</mi></mtd>
michael@0 23 <mtd><mi>F</mi></mtd>
michael@0 24 </mtr>
michael@0 25 </mtable>
michael@0 26
michael@0 27 </math>
michael@0 28
michael@0 29 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
michael@0 30
michael@0 31 <math>
michael@0 32
michael@0 33 <mi>X</mi>
michael@0 34 <mo>=</mo>
michael@0 35 <mtable frame="solid" align="center-3 ">
michael@0 36 <mtr>
michael@0 37 <mtd><mi>A</mi></mtd>
michael@0 38 <mtd><mi>B</mi></mtd>
michael@0 39 </mtr>
michael@0 40 <mtr>
michael@0 41 <mtd><mi>C</mi></mtd>
michael@0 42 <mtd><mi>D</mi></mtd>
michael@0 43 </mtr>
michael@0 44 <mtr>
michael@0 45 <mtd><mi>E</mi></mtd>
michael@0 46 <mtd><mi>F</mi></mtd>
michael@0 47 </mtr>
michael@0 48 </mtable>
michael@0 49
michael@0 50 </math>
michael@0 51
michael@0 52 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
michael@0 53
michael@0 54 <math>
michael@0 55
michael@0 56 <mi>X</mi>
michael@0 57 <mo>=</mo>
michael@0 58 <mtable frame="solid" align=" center-3">
michael@0 59 <mtr>
michael@0 60 <mtd><mi>A</mi></mtd>
michael@0 61 <mtd><mi>B</mi></mtd>
michael@0 62 </mtr>
michael@0 63 <mtr>
michael@0 64 <mtd><mi>C</mi></mtd>
michael@0 65 <mtd><mi>D</mi></mtd>
michael@0 66 </mtr>
michael@0 67 <mtr>
michael@0 68 <mtd><mi>E</mi></mtd>
michael@0 69 <mtd><mi>F</mi></mtd>
michael@0 70 </mtr>
michael@0 71 </mtable>
michael@0 72
michael@0 73 </math>
michael@0 74
michael@0 75 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
michael@0 76
michael@0 77 <math>
michael@0 78
michael@0 79 <mi>X</mi>
michael@0 80 <mo>=</mo>
michael@0 81 <mtable frame="solid" align=" center-3 ">
michael@0 82 <mtr>
michael@0 83 <mtd><mi>A</mi></mtd>
michael@0 84 <mtd><mi>B</mi></mtd>
michael@0 85 </mtr>
michael@0 86 <mtr>
michael@0 87 <mtd><mi>C</mi></mtd>
michael@0 88 <mtd><mi>D</mi></mtd>
michael@0 89 </mtr>
michael@0 90 <mtr>
michael@0 91 <mtd><mi>E</mi></mtd>
michael@0 92 <mtd><mi>F</mi></mtd>
michael@0 93 </mtr>
michael@0 94 </mtable>
michael@0 95
michael@0 96 </math>
michael@0 97 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
michael@0 98
michael@0 99 <math>
michael@0 100
michael@0 101 <mi>X</mi>
michael@0 102 <mo>=</mo>
michael@0 103 <mtable frame="solid" align=" center -3">
michael@0 104 <mtr>
michael@0 105 <mtd><mi>A</mi></mtd>
michael@0 106 <mtd><mi>B</mi></mtd>
michael@0 107 </mtr>
michael@0 108 <mtr>
michael@0 109 <mtd><mi>C</mi></mtd>
michael@0 110 <mtd><mi>D</mi></mtd>
michael@0 111 </mtr>
michael@0 112 <mtr>
michael@0 113 <mtd><mi>E</mi></mtd>
michael@0 114 <mtd><mi>F</mi></mtd>
michael@0 115 </mtr>
michael@0 116 </mtable>
michael@0 117
michael@0 118 </math>
michael@0 119
michael@0 120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
michael@0 121
michael@0 122 <math>
michael@0 123
michael@0 124 <mi>X</mi>
michael@0 125 <mo>=</mo>
michael@0 126 <mtable frame="solid" align="center -3 ">
michael@0 127 <mtr>
michael@0 128 <mtd><mi>A</mi></mtd>
michael@0 129 <mtd><mi>B</mi></mtd>
michael@0 130 </mtr>
michael@0 131 <mtr>
michael@0 132 <mtd><mi>C</mi></mtd>
michael@0 133 <mtd><mi>D</mi></mtd>
michael@0 134 </mtr>
michael@0 135 <mtr>
michael@0 136 <mtd><mi>E</mi></mtd>
michael@0 137 <mtd><mi>F</mi></mtd>
michael@0 138 </mtr>
michael@0 139 </mtable>
michael@0 140
michael@0 141 </math>
michael@0 142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
michael@0 143
michael@0 144 <math>
michael@0 145
michael@0 146 <mi>X</mi>
michael@0 147 <mo>=</mo>
michael@0 148 <mtable frame="solid" align=" center -3 ">
michael@0 149 <mtr>
michael@0 150 <mtd><mi>A</mi></mtd>
michael@0 151 <mtd><mi>B</mi></mtd>
michael@0 152 </mtr>
michael@0 153 <mtr>
michael@0 154 <mtd><mi>C</mi></mtd>
michael@0 155 <mtd><mi>D</mi></mtd>
michael@0 156 </mtr>
michael@0 157 <mtr>
michael@0 158 <mtd><mi>E</mi></mtd>
michael@0 159 <mtd><mi>F</mi></mtd>
michael@0 160 </mtr>
michael@0 161 </mtable>
michael@0 162
michael@0 163 </math>
michael@0 164
michael@0 165
michael@0 166 <br><br><br>
michael@0 167
michael@0 168 <math>
michael@0 169
michael@0 170 <mi>X</mi>
michael@0 171 <mo>=</mo>
michael@0 172 <mtable frame="solid" align="&#xA&#xD;&#x20;center&#xA&#xD;&#x20;-3&#xA&#xD;&#x9;">
michael@0 173 <mtr>
michael@0 174 <mtd><mi>A</mi></mtd>
michael@0 175 <mtd><mi>B</mi></mtd>
michael@0 176 </mtr>
michael@0 177 <mtr>
michael@0 178 <mtd><mi>C</mi></mtd>
michael@0 179 <mtd><mi>D</mi></mtd>
michael@0 180 </mtr>
michael@0 181 <mtr>
michael@0 182 <mtd><mi>E</mi></mtd>
michael@0 183 <mtd><mi>F</mi></mtd>
michael@0 184 </mtr>
michael@0 185 </mtable>
michael@0 186
michael@0 187 </math>
michael@0 188
michael@0 189 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
michael@0 190
michael@0 191
michael@0 192 <math>
michael@0 193
michael@0 194 <mi>X</mi>
michael@0 195 <mo>=</mo>
michael@0 196 <mtable frame="solid" align="&#xA&#xD;&#x9;&#x20;center&#xA&#xD;&#x9;&#x20;-3&#xA&#xD;&#x9;&#x20;">
michael@0 197 <mtr>
michael@0 198 <mtd><mi>A</mi></mtd>
michael@0 199 <mtd><mi>B</mi></mtd>
michael@0 200 </mtr>
michael@0 201 <mtr>
michael@0 202 <mtd><mi>C</mi></mtd>
michael@0 203 <mtd><mi>D</mi></mtd>
michael@0 204 </mtr>
michael@0 205 <mtr>
michael@0 206 <mtd><mi>E</mi></mtd>
michael@0 207 <mtd><mi>F</mi></mtd>
michael@0 208 </mtr>
michael@0 209 </mtable>
michael@0 210
michael@0 211 </math>
michael@0 212
michael@0 213 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
michael@0 214
michael@0 215 <math>
michael@0 216
michael@0 217 <mi>X</mi>
michael@0 218 <mo>=</mo>
michael@0 219 <mtable frame="solid" align="center-3&#xA&#xD;&#x9;&#x20;">
michael@0 220 <mtr>
michael@0 221 <mtd><mi>A</mi></mtd>
michael@0 222 <mtd><mi>B</mi></mtd>
michael@0 223 </mtr>
michael@0 224 <mtr>
michael@0 225 <mtd><mi>C</mi></mtd>
michael@0 226 <mtd><mi>D</mi></mtd>
michael@0 227 </mtr>
michael@0 228 <mtr>
michael@0 229 <mtd><mi>E</mi></mtd>
michael@0 230 <mtd><mi>F</mi></mtd>
michael@0 231 </mtr>
michael@0 232 </mtable>
michael@0 233
michael@0 234 </math>
michael@0 235
michael@0 236 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
michael@0 237
michael@0 238 <math>
michael@0 239
michael@0 240 <mi>X</mi>
michael@0 241 <mo>=</mo>
michael@0 242 <mtable frame="solid" align="&#xA&#xD;&#x9;&#x20;center-3">
michael@0 243 <mtr>
michael@0 244 <mtd><mi>A</mi></mtd>
michael@0 245 <mtd><mi>B</mi></mtd>
michael@0 246 </mtr>
michael@0 247 <mtr>
michael@0 248 <mtd><mi>C</mi></mtd>
michael@0 249 <mtd><mi>D</mi></mtd>
michael@0 250 </mtr>
michael@0 251 <mtr>
michael@0 252 <mtd><mi>E</mi></mtd>
michael@0 253 <mtd><mi>F</mi></mtd>
michael@0 254 </mtr>
michael@0 255 </mtable>
michael@0 256
michael@0 257 </math>
michael@0 258
michael@0 259 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
michael@0 260
michael@0 261
michael@0 262 <math>
michael@0 263
michael@0 264 <mi>X</mi>
michael@0 265 <mo>=</mo>
michael@0 266 <mtable frame="solid" align="&#xA&#xD;&#x9;&#x20;center-3&#xA&#xD;&#x9;&#x20;">
michael@0 267 <mtr>
michael@0 268 <mtd><mi>A</mi></mtd>
michael@0 269 <mtd><mi>B</mi></mtd>
michael@0 270 </mtr>
michael@0 271 <mtr>
michael@0 272 <mtd><mi>C</mi></mtd>
michael@0 273 <mtd><mi>D</mi></mtd>
michael@0 274 </mtr>
michael@0 275 <mtr>
michael@0 276 <mtd><mi>E</mi></mtd>
michael@0 277 <mtd><mi>F</mi></mtd>
michael@0 278 </mtr>
michael@0 279 </mtable>
michael@0 280
michael@0 281 </math>
michael@0 282
michael@0 283 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
michael@0 284
michael@0 285
michael@0 286 <math>
michael@0 287
michael@0 288 <mi>X</mi>
michael@0 289 <mo>=</mo>
michael@0 290 <mtable frame="solid" align="&#xA&#xD;&#x9;&#x20;center&#xA&#xD;&#x9;&#x20;-3">
michael@0 291 <mtr>
michael@0 292 <mtd><mi>A</mi></mtd>
michael@0 293 <mtd><mi>B</mi></mtd>
michael@0 294 </mtr>
michael@0 295 <mtr>
michael@0 296 <mtd><mi>C</mi></mtd>
michael@0 297 <mtd><mi>D</mi></mtd>
michael@0 298 </mtr>
michael@0 299 <mtr>
michael@0 300 <mtd><mi>E</mi></mtd>
michael@0 301 <mtd><mi>F</mi></mtd>
michael@0 302 </mtr>
michael@0 303 </mtable>
michael@0 304
michael@0 305 </math>
michael@0 306
michael@0 307 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
michael@0 308
michael@0 309
michael@0 310 <math>
michael@0 311
michael@0 312 <mi>X</mi>
michael@0 313 <mo>=</mo>
michael@0 314 <mtable frame="solid" align="center&#xA&#xD;&#x9;&#x20;-3&#xA&#xD;&#x9;&#x20;">
michael@0 315 <mtr>
michael@0 316 <mtd><mi>A</mi></mtd>
michael@0 317 <mtd><mi>B</mi></mtd>
michael@0 318 </mtr>
michael@0 319 <mtr>
michael@0 320 <mtd><mi>C</mi></mtd>
michael@0 321 <mtd><mi>D</mi></mtd>
michael@0 322 </mtr>
michael@0 323 <mtr>
michael@0 324 <mtd><mi>E</mi></mtd>
michael@0 325 <mtd><mi>F</mi></mtd>
michael@0 326 </mtr>
michael@0 327 </mtable>
michael@0 328
michael@0 329 </math>
michael@0 330
michael@0 331 </body>
michael@0 332 </html>

mercurial