layout/reftests/bugs/347496-1-ref.xhtml

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.

     1 <html xmlns="http://www.w3.org/1999/xhtml">
     3 <body>
     5 <div><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
     6   <mfenced open="[" close="]">
     7     <mtable id="table" rowlines="dashed">
     8       <mtr>
     9          <mtd><mi>x</mi></mtd>
    10          <mtd><mi>y</mi></mtd>
    11       </mtr>
    12       <mtr>
    13          <mtd><mi>z</mi></mtd>
    14          <mtd><mi>w</mi></mtd>
    15       </mtr>
    16     </mtable>
    17   </mfenced>
    18 </math></div>        
    20 </body>
    22 </html>

mercurial