summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/relations/html5-tree/link-color-001.tentative.html
blob: 5f0adc42c70398581ffb4224004106cba053016b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
  <title>Test link on mtext</title>
  <link rel="mismatch" href="link-color-001.tentative-ref.html"/>
  <link rel="help" href="https://github.com/w3c/mathml-core/pull/29"/>
</head>
<body>
  <math xmlns="http://www.w3.org/1998/Math/MathML">
    <mtext href="www.mozilla.org">MathML Link</mtext>
  </math>
</body>
</html>