summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/menclose-5-downdiagonalstrike.html
blob: ec3bda8cf4f4eb18071fc892e8127d377c83feb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html class="reftest-wait">
	<head>
	    <title>menclose downdiagonalstrike</title>
	    <script type="text/javascript">
	        function doTest() {
	            document.getElementById('testMenclose').setAttribute("notation","downdiagonalstrike");
	            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>