diff options
Diffstat (limited to 'layout/reftests/mathml/mfrac-B-1-ref.html')
-rw-r--r-- | layout/reftests/mathml/mfrac-B-1-ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mfrac-B-1-ref.html b/layout/reftests/mathml/mfrac-B-1-ref.html new file mode 100644 index 000000000..0b1cd6f99 --- /dev/null +++ b/layout/reftests/mathml/mfrac-B-1-ref.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <title>mfrac bevelled</title> + </head> + <body> + <math> + <mfrac style="font-size: 300%"> + <mspace width="20px" height="20px" mathbackground="red"></mspace> + <mspace width="20px" height="20px" mathbackground="red"></mspace> + </mfrac> + </math> + </body> +</html> |