mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
18 lines
632 B
HTML
18 lines
632 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<head>
|
|
<title>menclose actuarial</title>
|
|
<script type="text/javascript">
|
|
function doTest() {
|
|
document.getElementById('testMenclose').removeAttribute("notation");
|
|
document.documentElement.removeAttribute("class");
|
|
}
|
|
window.addEventListener("MozReftestInvalidate",doTest, false);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<math><menclose id="testMenclose" notation="actuarial"><mspace width="100px" height="50px" mathbackground="blue"></mspace></menclose></math>
|
|
</p>
|
|
</body>
|
|
</html>
|