Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            - /mathml/fonts/default-font.html - WPT Dashboard Interop Dashboard
 
<!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>