summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/custom-elements/v0/resources/x-mathml-element.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/custom-elements/v0/resources/x-mathml-element.html')
-rw-r--r--testing/web-platform/tests/custom-elements/v0/resources/x-mathml-element.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/custom-elements/v0/resources/x-mathml-element.html b/testing/web-platform/tests/custom-elements/v0/resources/x-mathml-element.html
new file mode 100644
index 000000000..3efdc2d00
--- /dev/null
+++ b/testing/web-platform/tests/custom-elements/v0/resources/x-mathml-element.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Custom element in MathML namespace</title>
+ <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
+</head>
+<body>
+ <math xmlns="http://www.w3.org/1998/Math/MathML">
+ <x-math-element id="x-math-element"></x-math-element>
+ </math>
+</body>
+</html>