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