blob: 061bfa169972244e5483d35e5e81d3e3ba79f07c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>menclose phasorangle</title>
<script type="text/javascript">
function doTest() {
document.getElementById('testMenclose').removeAttribute("notation");
document.documentElement.removeAttribute("class");
}
window.addEventListener("MozReftestInvalidate", doTest, false);
</script>
</head>
<body>
<p>
<math>
<menclose id="testMenclose" notation="phasorangle">
<mspace width="100px" height="50px" mathbackground="blue"></mspace>
</menclose>
</math>
</p>
</body>
</html>
|