tor-browser

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

stretch-equal-sign-with-default-font.html (627B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Horizontal stretching of U+003D EQUAL SIGN with default font</title>
      5    <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=854339">
      6    <link rel="help" href="https://w3c.github.io/mathml-core/#unicode-based-glyph-assemblies">
      7    <link rel="mismatch" href="stretch-equal-sign-with-default-font-ref.html">
      8    <meta name="assert" content="Verify EQUAL SIGN can be stretched horizontally with default fonts.">
      9  </head>
     10  <body>
     11    <math>
     12      <munder>
     13        <mi>AVERYLONGBASE</mi>
     14        <mo stretchy="true">=</mo>
     15      </munder>
     16    </math>
     17  </body>
     18 </html>