Mypal/layout/reftests/mathml/mathvariant-1a.html

225 lines
3.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test mathvariant character mappings</title>
</head>
<body>
<math>
<mrow>
<mtext mathvariant="normal">ABCDEFGHIJKLMNOPQRSTUVWXYZ</mtext>
<mtext mathvariant="normal">abcdefghijklmnopqrstuvwxyz</mtext>
</mrow>
</math>
<br>
<math>
<mrow>
<mtext mathvariant="bold">
ABCDEF
GHIJKL
MNOPQR
STUVWX
YZ
abcdef
ghijkl
mnopqr
stuvwx
yz</mtext>
</mrow>
</math>
<br>
<math>
<mrow>
<mtext mathvariant="italic">
ABCDEF
GHIJKL
MNOPQR
STUVWX
YZ
abcdef
ghijkl
mnopqr
stuvwx
yz</mtext>
</mrow>
</math>
<br>
<math>
<mrow>
<mtext mathvariant="bold-italic">
ABCDEF
GHIJKL
MNOPQR
STUVWX
YZ
abcdef
ghijkl
mnopqr
stuvwx
yz</mtext>
</mrow>
</math>
<br>
<math>
<mrow>
<mtext mathvariant="script">
ABCDEF
GHIJKL
MNOPQR
STUVWX
YZ
abcdef
ghijkl
mnopqr
stuvwx
yz</mtext>
</mrow>
</math>
<br>
<math>
<mrow>
<mtext mathvariant="bold-script">
ABCDEF
GHIJKL
MNOPQR
STUVWX
YZ
abcdef
ghijkl
mnopqr
stuvwx
yz</mtext>
</mrow>
</math>
<br>
<math>
<mrow>
<mtext mathvariant="fraktur">
ABCDEF
GHIJKL
MNOPQR
STUVWX
YZ
abcdef
ghijkl
mnopqr
stuvwx
yz</mtext>
</mrow>
</math>
<br>
<math>
<mrow>
<mtext mathvariant="double-struck">
ABCDEF
GHIJKL
MNOPQR
STUVWX
YZ
abcdef
ghijkl
mnopqr
stuvwx
yz</mtext>
</mrow>
</math>
<br>
<math>
<mrow>
<mtext mathvariant="bold-fraktur">
ABCDEF
GHIJKL
MNOPQR
STUVWX
YZ
abcdef
ghijkl
mnopqr
stuvwx
yz</mtext>
</mrow>
</math>
<br>
<math>
<mrow>
<mtext mathvariant="sans-serif">
ABCDEF
GHIJKL
MNOPQR
STUVWX
YZ
abcdef
ghijkl
mnopqr
stuvwx
yz</mtext>
</mrow>
</math>
<br>
<math>
<mrow>
<mtext mathvariant="bold-sans-serif">
ABCDEF
GHIJKL
MNOPQR
STUVWX
YZ
abcdef
ghijkl
mnopqr
stuvwx
yz</mtext>
</mrow>
</math>
<br>
<math>
<mrow>
<mtext mathvariant="sans-serif-italic">
ABCDEF
GHIJKL
MNOPQR
STUVWX
YZ
abcdef
ghijkl
mnopqr
stuvwx
yz</mtext>
</mrow>
</math>
<br>
<math>
<mrow>
<mtext mathvariant="sans-serif-bold-italic">
ABCDEF
GHIJKL
MNOPQR
STUVWX
YZ
abcdef
ghijkl
mnopqr
stuvwx
yz</mtext>
</mrow>
</math>
<br>
<math>
<mrow>
<mtext mathvariant="monospace">
ABCDEF
GHIJKL
MNOPQR
STUVWX
YZ
abcdef
ghijkl
mnopqr
stuvwx
yz</mtext>
</mrow>
</math>
<br>
</body>
</html>