Files
UXP-Fixed/layout/reftests/mathml/mi-mathvariant-3.html
T
2018-02-02 04:16:08 -05:00

15 lines
376 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Mathematica Alphanumeric Italic</title>
<meta charset="utf-8"/>
</head>
<body>
<!-- The lowercase italic o should be smaller than the uppercase italic X
(this will fail if missing char boxes are used) -->
<math><mstyle mathbackground="red"><mphantom><mi>o</mi></mphantom></mstyle></math>
</body>
</html>