tor-browser

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

legacy-mfenced-element-001-ref.html (800B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>mfenced element</title>
      6  </head>
      7  <body>
      8    <p>Test passes if you see 6 green squares and no red.</p>
      9    <p>
     10      <math>
     11        <mrow>
     12          <mspace width="30px" height="30px" style="background: green"></mspace>
     13          <mspace width="30px" height="30px" style="background: lightgreen"></mspace>
     14          <mspace width="30px" height="30px" style="background: green"></mspace>
     15        </mrow>
     16        <mrow>
     17          <mspace width="30px" height="30px" style="background: lightgreen"></mspace>
     18          <mspace width="30px" height="30px" style="background: green"></mspace>
     19          <mspace width="30px" height="30px" style="background: lightgreen"></mspace>
     20        </mrow>
     21      </math>
     22    </p>
     23  </body>
     24 </html>