summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/operator-stretching/stretch-equal-sign-with-default-font.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/mozilla/tests/mathml/operator-stretching/stretch-equal-sign-with-default-font.html')
-rw-r--r--testing/web-platform/mozilla/tests/mathml/operator-stretching/stretch-equal-sign-with-default-font.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/mathml/operator-stretching/stretch-equal-sign-with-default-font.html b/testing/web-platform/mozilla/tests/mathml/operator-stretching/stretch-equal-sign-with-default-font.html
new file mode 100644
index 0000000000..2ddcdbe683
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/operator-stretching/stretch-equal-sign-with-default-font.html
@@ -0,0 +1,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>