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

21 lines
646 B
HTML
Raw 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>
<link rel="match" href="hyphen-as-minus-sign-ref.html"/>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1904220"/>
<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>