mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
15 lines
376 B
HTML
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>
|