tor-browser

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

frac-numalign-denomalign-001-ref.html (2529B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>Fraction numalign denomalign</title>
      6  </head>
      7  <body>
      8    <p>This test passes if you see 6 fractions with numerators and
      9      denominators horizontally centered.</p>
     10    <p>
     11      <math>
     12        <mfrac>
     13          <mrow>
     14            <mspace width="10px" height="20px"></mspace>
     15            <mspace width="10px" height="20px" style="background: blue;"></mspace>
     16            <mspace width="10px" height="20px"></mspace>
     17          </mrow>
     18          <mspace width="30px" height="20px" style="background: cyan;"></mspace>
     19        </mfrac>
     20      </math>
     21      <math>
     22        <mfrac>
     23          <mrow>
     24            <mspace width="10px" height="20px"></mspace>
     25            <mspace width="10px" height="20px" style="background: blue;"></mspace>
     26            <mspace width="10px" height="20px"></mspace>
     27          </mrow>
     28          <mspace width="30px" height="20px" style="background: cyan;"></mspace>
     29        </mfrac>
     30      </math>
     31      <math>
     32        <mfrac>
     33          <mrow>
     34            <mspace width="10px" height="20px"></mspace>
     35            <mspace width="10px" height="20px" style="background: blue;"></mspace>
     36            <mspace width="10px" height="20px"></mspace>
     37          </mrow>
     38          <mspace width="30px" height="20px" style="background: cyan;"></mspace>
     39        </mfrac>
     40      </math>
     41    </p>
     42    <p>
     43      <math>
     44        <mfrac>
     45          <mspace width="30px" height="20px" style="background: cyan;"></mspace>
     46          <mrow>
     47            <mspace width="10px" height="20px"></mspace>
     48            <mspace width="10px" height="20px" style="background: blue;"></mspace>
     49            <mspace width="10px" height="20px"></mspace>
     50          </mrow>
     51        </mfrac>
     52      </math>
     53      <math>
     54        <mfrac>
     55          <mspace width="30px" height="20px" style="background: cyan;"></mspace>
     56          <mrow>
     57            <mspace width="10px" height="20px"></mspace>
     58            <mspace width="10px" height="20px" style="background: blue;"></mspace>
     59            <mspace width="10px" height="20px"></mspace>
     60          </mrow>
     61        </mfrac>
     62      </math>
     63      <math>
     64        <mfrac>
     65          <mspace width="30px" height="20px" style="background: cyan;"></mspace>
     66          <mrow>
     67            <mspace width="10px" height="20px"></mspace>
     68            <mspace width="10px" height="20px" style="background: blue;"></mspace>
     69            <mspace width="10px" height="20px"></mspace>
     70          </mrow>
     71        </mfrac>
     72      </math>
     73    </p>
     74  </body>
     75 </html>