1
0
Fork 0
firefox/testing/web-platform/mozilla/tests/mathml/menclose/menclose-6-box.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

19 lines
627 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>menclose box</title>
<link rel="match" href="menclose-6-ref.html"/>
<script type="text/javascript">
function doTest() {
document.getElementById('testMenclose').removeAttribute("notation");
document.documentElement.removeAttribute("class");
}
document.documentElement.addEventListener("TestRendered",doTest);
</script>
</head>
<body>
<p>
<math><menclose id="testMenclose" notation="box"><mspace width="100px" height="50px" mathbackground="blue"></mspace></menclose></math>
</p>
</body>
</html>