summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/operator-stretching/stretch-equal-sign-with-default-font-ref.html
blob: 074d0e04150df1e8bc8a948822408f31b6e7e038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <title>Horizontal stretching of equal of U+003D EQUAL SIGN with default font (reference)</title>
  </head>
  <body>
    <math>
      <munder>
        <mi>AVERYLONGBASE</mi>
        <mo stretchy="false">=</mo>
      </munder>
    </math>
  </body>
</html>