summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/semantics-5-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/mathml/semantics-5-ref.html')
-rw-r--r--layout/reftests/mathml/semantics-5-ref.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/mathml/semantics-5-ref.html b/layout/reftests/mathml/semantics-5-ref.html
new file mode 100644
index 0000000000..9184cdcc81
--- /dev/null
+++ b/layout/reftests/mathml/semantics-5-ref.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>semantics - embellished operator (bug 21479)</title>
+ <meta charset="utf-8"/>
+</head>
+<body>
+ <p>
+ <math xmlns="http://www.w3.org/1998/Math/MathML">
+ <mover>
+ <mspace width="300px" height="10px" mathbackground="black"></mspace>
+ <mo>&#xaf;</mo>
+ </mover>
+ </math>
+ </p>
+</body>
+</html>