blob: 9f8a46e219931e99ddf84e2fa94d6f948b913d04 [file] [log] [blame]
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>mo@movablelimits</title>
<meta charset="utf-8"/>
<script type="text/javascript">
function doTest() {
document.getElementById('a').removeAttribute('movablelimits');
document.documentElement.removeAttribute("class");
}
window.addEventListener("load",doTest, false);
</script>
</head>
<body>
<math>
<munder>
<mo id="a" movablelimits="false"></mo>
<mi>x</mi>
</munder>
</math>
</body>
</html>