summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfrac-A-4-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/mathml/mfrac-A-4-ref.html')
-rw-r--r--layout/reftests/mathml/mfrac-A-4-ref.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mfrac-A-4-ref.html b/layout/reftests/mathml/mfrac-A-4-ref.html
new file mode 100644
index 0000000000..3a4915147d
--- /dev/null
+++ b/layout/reftests/mathml/mfrac-A-4-ref.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>mfrac denomalign</title>
+ </head>
+ <body>
+ <div style="position: absolute;">
+ <math xmlns="http://www.w3.org/1998/Math/MathML">
+ <mfrac linethickness="0">
+ <mspace width="100px" height="20px" mathbackground="red"></mspace>
+ <mspace width="50px" height="20px" mathbackground="red"></mspace>
+ </mfrac>
+ </math>
+ </div>
+ </body>
+</html>