tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

munderover-empty-scripts.html (1219B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Test munderover with empty scripts</title>
      5    <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=669932">
      6    <link rel="match" href="munderover-empty-scripts-ref.html">
      7    <meta name="assert" content="Verify elements with empty under/over scripts render the same as equivalent elements with less scripts.">
      8  </head>
      9  <body>
     10 
     11    <p>munder / munderover with empty overscript:
     12      <math>
     13        <munder style="background: red;">
     14          <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
     15          <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
     16        </munder>
     17      </math>
     18    </p>
     19 
     20    <p>mover / munderover with empty underscript:
     21      <math>
     22        <mover style="background: red;">
     23          <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
     24          <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
     25        </mover>
     26      </math>
     27    </p>
     28 
     29    <p>mrow / munder with empty scripts:
     30      <math>
     31        <mrow style="background: red;">
     32          <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
     33        </mrow>
     34      </math>
     35    </p>
     36 
     37  </body>
     38 </html>