summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/crashtests/mozilla/1092053.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/mathml/crashtests/mozilla/1092053.html')
-rw-r--r--testing/web-platform/tests/mathml/crashtests/mozilla/1092053.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/tests/mathml/crashtests/mozilla/1092053.html b/testing/web-platform/tests/mathml/crashtests/mozilla/1092053.html
new file mode 100644
index 0000000000..51b5858b6f
--- /dev/null
+++ b/testing/web-platform/tests/mathml/crashtests/mozilla/1092053.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Largeop stretching</title>
+ <meta charset="utf-8"/>
+ </head>
+ <body>
+ <p>
+ <!-- &bigotimes; allows to check for an assertion involving
+ the direction of the largeop pre-stretch -->
+ <math displaystyle="true">
+ <mrow>
+ <mo id="mo4">(</mo>
+ <mo>&bigotimes;</mo>
+ <mo id="mo5">)</mo>
+ </mrow>
+ </math>
+ </p>
+ </body>
+</html>