summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/presentation-markup/tokens/mi-mathvariant-1-ref.xhtml
blob: ec3bb1a83e0219bda8b4f442ef66bb1b541dbd94 (plain)
1
2
3
4
5
6
7
8
9
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
  <math xmlns="http://www.w3.org/1998/Math/MathML">
    <mi mathvariant="normal">cos</mi>
    <mo>&#x2061;</mo>
    <mi>x</mi>
  </math>
</body>
</html>