Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            - /mathml/operator-stretching/stretch-equal-sign-with-default-font.html - WPT Dashboard Interop Dashboard
 
<!DOCTYPE html>
<html>
  <head>
    <title>Horizontal stretching of U+003D EQUAL SIGN with default font</title>
    <link rel="mismatch" href="stretch-equal-sign-with-default-font-ref.html">
    <meta name="assert" content="Verify EQUAL SIGN can be stretched horizontally with default fonts.">
  </head>
  <body>
    <math>
      <munder>
        <mi>AVERYLONGBASE</mi>
        <mo stretchy="true">=</mo>
      </munder>
    </math>
  </body>
</html>