summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/relations/html5-tree/link-color-001.tentative.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/mathml/relations/html5-tree/link-color-001.tentative.html')
-rw-r--r--testing/web-platform/tests/mathml/relations/html5-tree/link-color-001.tentative.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/tests/mathml/relations/html5-tree/link-color-001.tentative.html b/testing/web-platform/tests/mathml/relations/html5-tree/link-color-001.tentative.html
new file mode 100644
index 0000000000..5f0adc42c7
--- /dev/null
+++ b/testing/web-platform/tests/mathml/relations/html5-tree/link-color-001.tentative.html
@@ -0,0 +1,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>