diff options
Diffstat (limited to 'layout/reftests/mathml/negative-mspace-1-ref.html')
-rw-r--r-- | layout/reftests/mathml/negative-mspace-1-ref.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/layout/reftests/mathml/negative-mspace-1-ref.html b/layout/reftests/mathml/negative-mspace-1-ref.html new file mode 100644 index 0000000000..ccf1ed995b --- /dev/null +++ b/layout/reftests/mathml/negative-mspace-1-ref.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<html> + <head> + <title>negative mspace</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> + </head> + <body> + <p> + <math> + <mrow> + <mspace width="1em" height="1em" mathbackground="red"></mspace> + <mspace width="1em" height="1em" mathbackground="blue"></mspace> + </mrow> + </math> + </p> + <p> + <math> + <mrow> + <mspace width="1em" height="1em" mathbackground="blue"></mspace> + <mspace width="1em" height="1em" mathbackground="red"></mspace> + </mrow> + </math> + </p> + </body> +</html> |