Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/menclose/menclose-5-bottom.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>menclose bottom</title>
<link rel="match" href="menclose-5-bottom-ref.html"/>
<script type="text/javascript">
function doTest() {
document.getElementById('testMenclose').setAttribute("notation","bottom");
document.documentElement.removeAttribute("class");
}
document.documentElement.addEventListener("TestRendered",doTest);
</script>
</head>
<body>
<p>
<math><menclose id="testMenclose"><mspace width="100px" height="50px"></menclose></math>
</p>
</body>
</html>