summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/menclose-6-verticalstrike.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/mathml/menclose-6-verticalstrike.html')
-rw-r--r--layout/reftests/mathml/menclose-6-verticalstrike.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/mathml/menclose-6-verticalstrike.html b/layout/reftests/mathml/menclose-6-verticalstrike.html
new file mode 100644
index 0000000000..0812293bde
--- /dev/null
+++ b/layout/reftests/mathml/menclose-6-verticalstrike.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html class="reftest-wait">
+ <head>
+ <title>menclose verticalstrike</title>
+ <script type="text/javascript">
+ function doTest() {
+ document.getElementById('testMenclose').removeAttribute("notation");
+ document.documentElement.removeAttribute("class");
+ }
+ window.addEventListener("MozReftestInvalidate",doTest);
+ </script>
+ </head>
+ <body>
+ <p>
+ <math><menclose id="testMenclose" notation="verticalstrike"><mspace width="100px" height="50px" mathbackground="blue"></mspace></menclose></math>
+ </p>
+ </body>
+</html>