mirror of
https://github.com/servo/servo
synced 2026-05-15 03:16:47 +02:00
16 lines
560 B
HTML
16 lines
560 B
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8"/>
|
||
<title>Basic mathvariant transforms with the default font (reference)</title>
|
||
</head>
|
||
<body>
|
||
<p>Test passes if you see three lines of text rendered with corresponding
|
||
italic, bold, bold-italic characters from the
|
||
Mathematical Alphanumeric Symbols block:</p>
|
||
<p><math><mtext>𝐼𝑡𝑎𝑙𝑖𝑐</mtext></math></p>
|
||
<p><math><mtext>𝐁𝐨𝐥𝐝</mtext></math></p>
|
||
<p><math><mtext>𝑩𝒐𝒍𝒅𝑰𝒕𝒂𝒍𝒊𝒄</mtext></math></p>
|
||
</body>
|
||
</html>
|