mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
19 lines
628 B
HTML
19 lines
628 B
HTML
<!doctype html>
|
|
<html class="reftest-wait">
|
|
<head>
|
|
<title>menclose longdiv</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="longdiv"><mspace width="100px" height="50px" mathbackground="blue"></mspace></menclose></math>
|
|
</p>
|
|
</body>
|
|
</html>
|