mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
18 lines
557 B
HTML
18 lines
557 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<head>
|
|
<title>menclose bottom</title>
|
|
<script type="text/javascript">
|
|
function doTest() {
|
|
document.getElementById('testMenclose').setAttribute("notation","bottom");
|
|
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>
|