trisquel-icecat/icecat/testing/web-platform/mozilla/tests/mathml/hyphen-as-minus-sign-ref.html
2025-10-06 02:35:48 -06:00

19 lines
512 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<title>hyphen operator is rendered as a minus sign</title>
<meta charset="utf-8"/>
<style>
math {
font-size: 64pt;
}
.box {
position: absolute;
left: 2em;
top: 2em;
border: 1px solid lightgreen;
}
</style>
<body>
<p>This test passes if you see a green rectangle and no red.</p>
<math class="box" style="position: absolute; color: red"><mo></mo></math>
<math class="box" style="position: absolute; color: green; background: green;"><mo></mo></math>
</body>