diff options
Diffstat (limited to 'layout/reftests/mathml/mfrac-A-7.html')
-rw-r--r-- | layout/reftests/mathml/mfrac-A-7.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mfrac-A-7.html b/layout/reftests/mathml/mfrac-A-7.html new file mode 100644 index 000000000..c5dccd8c2 --- /dev/null +++ b/layout/reftests/mathml/mfrac-A-7.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> + <head> + <title>mfrac numalign</title> + </head> + <body> + <div style="position: absolute;"> + <math xmlns="http://www.w3.org/1998/Math/MathML"> + <mfrac linethickness="0"> + <mpadded width="100px" lspace="50px"> + <mspace width="50px" height="20px" mathbackground="red"></mspace> + </mpadded> + <mspace width="100px" height="20px" mathbackground="red"></mspace> + </mfrac> + </math> + </div> + </body> +</html> |