summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/operator-stretching/stretch-equal-sign-with-default-font.html
blob: 2ddcdbe683031929d19e04f7481e9e614cd014fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <head>
    <title>Horizontal stretching of U+003D EQUAL SIGN with default font</title>
    <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=854339">
    <link rel="help" href="https://w3c.github.io/mathml-core/#unicode-based-glyph-assemblies">
    <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>