tor-browser

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

underbar-width-1.xhtml (795B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2  <head>
      3    <title>Check width of stretchy UnderBar</title>
      4    <link rel="match" href="underbar-width-1.xhtml"/>
      5    <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=428863"/>
      6    <style type="text/css">
      7      html { background-color: grey; }
      8      div { display: inline-block;
      9            font-size: 30px;
     10            line-height: 60px; /* Ensure space for underbar */
     11            border: 1px solid white;
     12            padding: 2px; /* 10% error allowed in char selection */
     13            background-color: black;
     14            color: black; }
     15    </style>
     16  </head>
     17 <body>
     18  <div>
     19    <math xmlns="http://www.w3.org/1998/Math/MathML">
     20      <munder>
     21 <mn>1</mn>
     22 <mo>&#x332;</mo>
     23      </munder>
     24    </math>
     25  </div>
     26 </body>
     27 </html>