summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/menclose-1q.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/mathml/menclose-1q.html')
-rw-r--r--layout/reftests/mathml/menclose-1q.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/mathml/menclose-1q.html b/layout/reftests/mathml/menclose-1q.html
new file mode 100644
index 0000000000..0e185e72fc
--- /dev/null
+++ b/layout/reftests/mathml/menclose-1q.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Test menclose</title>
+ </head>
+ <body>
+ <math>
+ <menclose notation="phasorangle">
+ <mspace width="100px" height="50px"></mspace>
+ </menclose>
+ </math>
+ </body>
+</html>