summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/menclose-6-circle.html
blob: cef1d1fcd4650199e8f4e6cb8daf748f05fff835 (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 circle</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="circle"><mspace width="100px" height="50px" mathbackground="blue"></mspace></menclose></math>
        </p>
	</body>
</html>