layout/reftests/bugs/414123-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 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     3 <html xmlns="http://www.w3.org/1999/xhtml"
     4       xmlns:html="http://www.w3.org/1999/xhtml">
     5 <head>
     6   <title>Testcase for bug 414123</title>
     7 </head>
     8 <body>
    10 <math xmlns="http://www.w3.org/1998/Math/MathML">
    11      <msup>
    12       <mn mathvariant="italic">M</mn>
    13       <mn>2</mn>
    14      </msup>
    15 </math>
    17 <math xmlns="http://www.w3.org/1998/Math/MathML">
    18      <msup>
    19       <mn mathvariant="italic">M</mn>
    20       <mn>2</mn>
    21      </msup>
    22 </math>
    24 <math xmlns="http://www.w3.org/1998/Math/MathML">
    25      <msup>
    26       <mn mathvariant="italic">M</mn>
    27       <mn>2</mn>
    28      </msup>
    29 </math>
    31 </body>
    32 </html> 

mercurial