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