layout/reftests/mathml/table-width-4-ref.html

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1 <!doctype>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <title>table-width-4</title>
michael@0 5 <meta charset="utf-8"/>
michael@0 6 <style type="text/css">
michael@0 7 html { background-color: grey; }
michael@0 8 td { border: 1px solid white;
michael@0 9 padding-top: 0;
michael@0 10 padding-bottom: 0;
michael@0 11 padding-right: 2px;
michael@0 12 padding-left: 1px;
michael@0 13 background-color: black;
michael@0 14 color: black; }
michael@0 15 </style>
michael@0 16 </head>
michael@0 17 <body>
michael@0 18
michael@0 19 <table>
michael@0 20 <tr>
michael@0 21 <td>
michael@0 22 <math><mphantom><mi>ℓ</mi><mi>i</mi></mphantom></math>
michael@0 23 </td>
michael@0 24 </tr>
michael@0 25 </table>
michael@0 26 <table>
michael@0 27 <tr>
michael@0 28 <td>
michael@0 29 <math><mphantom><mtext>ℓ</mtext><mi>i</mi></mphantom></math>
michael@0 30 </td>
michael@0 31 </tr>
michael@0 32 </table>
michael@0 33 <table>
michael@0 34 <tr>
michael@0 35 <td>
michael@0 36 <math><mphantom><mtext style="font-style: italic">ℓ</mtext><mi>i</mi></mphantom></math>
michael@0 37 </td>
michael@0 38 </tr>
michael@0 39 </table>
michael@0 40 <table>
michael@0 41 <tr>
michael@0 42 <td>
michael@0 43 <math><mphantom><mtext mathvariant="script">l</mtext><mi>i</mi></mphantom></math>
michael@0 44 </td>
michael@0 45 </tr>
michael@0 46 </table>
michael@0 47 <table>
michael@0 48 <tr>
michael@0 49 <td>
michael@0 50 <math><mphantom><mi mathvariant="script">l</mi><mi>i</mi></mphantom></math>
michael@0 51 </td>
michael@0 52 </tr>
michael@0 53 </table>
michael@0 54 <table>
michael@0 55 <tr>
michael@0 56 <td>
michael@0 57 <math><mphantom><mi mathvariant="script">l</mi><mi>i</mi></mphantom></math>
michael@0 58 </td>
michael@0 59 </tr>
michael@0 60 </table>
michael@0 61
michael@0 62 </body>
michael@0 63 </html>

mercurial