diff options
Diffstat (limited to 'layout/reftests/mathml/mfrac-A-3-ref.html')
-rw-r--r-- | layout/reftests/mathml/mfrac-A-3-ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mfrac-A-3-ref.html b/layout/reftests/mathml/mfrac-A-3-ref.html new file mode 100644 index 000000000..2886b96af --- /dev/null +++ b/layout/reftests/mathml/mfrac-A-3-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 denomalign="right" linethickness="0"> + <mspace width="100px" height="20px" mathbackground="red"></mspace> + <mspace width="50px" height="20px" mathbackground="red"></mspace> + </mfrac> + </math> + </div> + </body> +</html> |