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