summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/fonts/default-font.html
blob: 6fead9cbceb42b8ec0a88aa58ca5aa380530effd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <title>default font</title>
    <meta charset="utf-8"/>
    <link rel="match" href="default-font-ref.html"/>
  </head>
  <body style="font: 20px monospace;">

    <!-- font.minimum-size.x-math set to 40 -->
    <math>
      <mn>x-math language</mn>
    </math>

  </body>
</html>