Files
servo/tests/wpt/web-platform-tests/mathml/relations/css-styling/mathvariant-basic-transforms-with-default-font-ref.html

16 lines
560 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>