tor-browser

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

frac-rendering-from-in-flow-ref.html (377B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8"/>
      5    <title>fraction rendering from in-flow children</title>
      6  </head>
      7  <body>
      8    <math>
      9      <mfrac>
     10        <mspace width="64px" height="48px" style="background: lightblue"></mspace>
     11        <mspace width="128px" height="96px" style="background: lightgreen"></mspace>
     12      </mfrac>
     13    </math>
     14  </body>
     15 </html>