diff options
Diffstat (limited to 'layout/reftests/mathml/menclose-3-unknown-ref.html')
-rw-r--r-- | layout/reftests/mathml/menclose-3-unknown-ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/mathml/menclose-3-unknown-ref.html b/layout/reftests/mathml/menclose-3-unknown-ref.html new file mode 100644 index 000000000..20f3a72eb --- /dev/null +++ b/layout/reftests/mathml/menclose-3-unknown-ref.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> + <head> + <title>menclose unknown</title> + <meta charset="utf-8"/> + </head> + + <body> + <math> + <menclose notation="circle"> + <mspace width="100px" height="50px" mathbackground="blue"></mspace> + </menclose> + </math> + </body> +</html> |