haikuwebkit/LayoutTests/mathml/presentation/mo-minus.html

13 lines
218 B
HTML

<!doctype html>
<html>
<head>
<title>mo-minus</title>
</head>
<body>
<!-- This hyphen minus should be displayed a minus sign U+2212 -->
<math><mi>a</mi><mo>-</mo><mi>a</mi></math>
</body>
</html>