tor-browser

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

underover-legacy-align-attribute-001-ref.html (1886B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>munder/mover/munderover align (reference)</title>
      6  </head>
      7  <body>
      8    <p>Test passes if the center of the following rectangles is aligned
      9      on the same vertical axis.</p>
     10    <p>
     11      <math>
     12        <munder>
     13          <mspace width="30px" height="20px" style="background: cyan;"></mspace>
     14          <mspace width="10px" height="20px" style="background: blue;"></mspace>
     15        </munder>
     16      </math>
     17    </p>
     18    <p>
     19      <math>
     20        <munder>
     21          <mspace width="30px" height="20px" style="background: cyan;"></mspace>
     22          <mspace width="10px" height="20px" style="background: blue;"></mspace>
     23        </munder>
     24      </math>
     25    </p>
     26    <p>
     27      <math>
     28        <mover>
     29          <mspace width="30px" height="20px" style="background: cyan;"></mspace>
     30          <mspace width="10px" height="20px" style="background: blue;"></mspace>
     31        </mover>
     32      </math>
     33    </p>
     34    <p>
     35      <math>
     36        <mover>
     37          <mspace width="30px" height="20px" style="background: cyan;"></mspace>
     38          <mspace width="10px" height="20px" style="background: blue;"></mspace>
     39        </mover>
     40      </math>
     41    </p>
     42    <p>
     43      <math>
     44        <munderover>
     45          <mspace width="30px" height="20px" style="background: cyan;"></mspace>
     46          <mspace width="10px" height="20px" style="background: blue;"></mspace>
     47          <mspace width="10px" height="20px" style="background: blue;"></mspace>
     48        </munderover>
     49      </math>
     50    </p>
     51    <p>
     52      <math>
     53        <munderover>
     54          <mspace width="30px" height="20px" style="background: cyan;"></mspace>
     55          <mspace width="10px" height="20px" style="background: blue;"></mspace>
     56          <mspace width="10px" height="20px" style="background: blue;"></mspace>
     57        </munderover>
     58      </math>
     59    </p>
     60  </body>
     61 </html>