summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-basic-transforms-with-default-font-ref.html
blob: 6ebfd75c2fa6cb16b20eae3dd3c3305fc1e37139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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>