tor-browser

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

frac-default-padding-ref.html (609B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>fraction default padding</title>
      6  </head>
      7  <body>
      8    <p>This test passes if you see three green squares of same size, separated by a gap of one pixel.</p>
      9    <div>
     10      <math>
     11        <mspace width="150px" height="75px" depth="75px" style="background: green"/>
     12        <mspace width="1px"/>
     13        <mspace width="150px" height="75px" depth="75px" style="background: green"/>
     14        <mspace width="1px"/>
     15        <mspace width="150px" height="75px" depth="75px" style="background: green"/>
     16      </math>
     17    </div>
     18  </body>
     19 </html>