layout/reftests/mathml/munderover-empty-scripts.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.

     1 <html>
     2   <head>
     3     <title>Test munderover with empty scripts</title>
     4   </head>
     5   <body>
     7     <p>munder / munderover with empty overscript:
     8     <math>
     9       <munder style="background: red;">
    10         <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    11         <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
    12       </munder>
    13     </math></p>
    15     <p>mover / munderover with empty underscript:
    16     <math>
    17       <mover style="background: red;">
    18         <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    19         <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
    20       </mover>
    21     </math></p>
    23     <p>mrow / munder with empty scripts:
    24     <math>
    25       <mrow style="background: red;">
    26         <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    27       </mrow>
    28     </math></p>
    30   </body>
    31 </html>

mercurial