tenfourfox/layout/reftests/mathml/menclose-5-actuarial.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
589 B
HTML

<!doctype html>
<html class="reftest-wait">
<head>
<title>menclose actuarial</title>
<script type="text/javascript">
function doTest() {
document.getElementById('testMenclose').setAttribute("notation","actuarial");
document.documentElement.removeAttribute("class");
}
window.addEventListener("MozReftestInvalidate",doTest, false);
</script>
</head>
<body>
<p>
<math><menclose id="testMenclose"><mspace width="100px" height="50px"></menclose></math>
</p>
</body>
</html>