summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mo-lspace-rspace-4-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/mathml/mo-lspace-rspace-4-ref.html')
-rw-r--r--layout/reftests/mathml/mo-lspace-rspace-4-ref.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mo-lspace-rspace-4-ref.html b/layout/reftests/mathml/mo-lspace-rspace-4-ref.html
new file mode 100644
index 000000000..fa60a182f
--- /dev/null
+++ b/layout/reftests/mathml/mo-lspace-rspace-4-ref.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <p>
+ <math>
+ <mtext>_</mtext>
+ <mrow>
+ <mfrac>
+ <mo lspace="1em" rspace="2em">_</mo>
+ <mtext>_</mtext>
+ </mfrac>
+ </mrow>
+ <mtext>_</mtext>
+ </math>
+ </p>
+
+ <p>
+ <math>
+ <mtext>_</mtext>
+ <mrow>
+ <mfrac bevelled="true">
+ <mo lspace="1em" rspace="2em">_</mo>
+ <mtext>_</mtext>
+ </mfrac>
+ </mrow>
+ <mtext>_</mtext>
+ </math>
+ </p>
+
+ </body>
+</html>