blob: 6dd41ac4bb43e587fc6bb9be9cb63f4cd2b59bf1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function runTest() {
document.getElementById('testMenclose').setAttribute("notation","longdiv");
}
</script>
</head>
<body onload="runTest()">
<p>
<math><menclose id="testMenclose" notation="box"><mspace width="100px" height="50px" mathbackground="red"></mspace></menclose></math>
</p>
</body>
</html>