summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/crashtests/operator-and-first-letter.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/mathml/crashtests/operator-and-first-letter.html')
-rw-r--r--testing/web-platform/tests/mathml/crashtests/operator-and-first-letter.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/mathml/crashtests/operator-and-first-letter.html b/testing/web-platform/tests/mathml/crashtests/operator-and-first-letter.html
new file mode 100644
index 0000000000..a4d56de72f
--- /dev/null
+++ b/testing/web-platform/tests/mathml/crashtests/operator-and-first-letter.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<style>
+ p::first-letter { --panel-arrowcontent-color:-moz-FieldText; }
+</style>
+<p>
+ <math display="block">
+ <mo>&#x222B;</mo>
+ </math>
+</p>