2016-04-14 20:23:11 +03:00
|
|
|
<!DOCTYPE html>
|
2014-02-21 17:33:54 +04:00
|
|
|
<html class="reftest-wait">
|
|
|
|
<head>
|
|
|
|
<title>menclose madruwb</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="madruwb"><mspace width="100px" height="50px" mathbackground="blue"></mspace></menclose></math>
|
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|