1
0
Fork 0
firefox/testing/web-platform/mozilla/tests/mathml/zoom/radicalbar-2b.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

50 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html reftest-zoom="0.4">
<head>
<link rel="mismatch" href="about:blank"/>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1011020"/>
<script src="/_mozilla/common/reftest-zoom.js"></script>
<!-- Default to invisible text -->
<style type="text/css" media="screen, print">
.hidden {
color: white;
}
.visible {
color: black;
}
</style>
</head>
<body>
<!-- Nest successive radicals and test that the horizontal bar of one of them is drawn.
Because the comparison is for inequality with about:blank, at most one can be visible -->
<math>
<mrow>
<msqrt class="hidden">
<mspace width="1em" height="1em" />
<msqrt class="hidden">
<mspace width="1em" height="1em" />
<msqrt class="hidden">
<mspace width="1em" height="1em" />
<msqrt class="hidden">
<mspace width="1em" height="1em" />
<msqrt class="hidden">
<mspace width="1em" height="1em" />
<msqrt class="visible">
<mspace width="1em" height="1em" />
<msqrt class="hidden">
<mspace width="20em" height="1em" />
</msqrt>
</msqrt>
</msqrt>
</msqrt>
</msqrt>
</msqrt>
</msqrt>
</mrow>
</math>
<!-- Block out all but the horizontal bar of the visible radical -->
<div style="position: absolute; top: 5px; left: 0px;
width: 20em; height: 10em; background: white;"></div>
</body>
</html>