mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-03 19:05:35 +00:00
19 lines
559 B
HTML
19 lines
559 B
HTML
<!doctype html>
|
|
<html class="reftest-wait">
|
|
<head>
|
|
<title>menclose radical</title>
|
|
<script type="text/javascript">
|
|
function doTest() {
|
|
document.getElementById('testMenclose').setAttribute("notation","radical");
|
|
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>
|