summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/mathml-type-supported.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/mozilla/tests/mathml/mathml-type-supported.xhtml')
-rw-r--r--testing/web-platform/mozilla/tests/mathml/mathml-type-supported.xhtml12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/mathml/mathml-type-supported.xhtml b/testing/web-platform/mozilla/tests/mathml/mathml-type-supported.xhtml
new file mode 100644
index 0000000000..50a7dd2130
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/mathml-type-supported.xhtml
@@ -0,0 +1,12 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>Test mime type application/mathml+xml</title>
+ <link rel="match" href="mathml-type-supported-ref.xml"/>
+ <link rel="help" href="https://github.com/w3c/mathml-core/issues/204"/>
+</head>
+<body>
+ <object type="application/mathml+xml" data="mathml-type-supported-ref.xml"
+ style="position: absolute; top: 0; left: 0; background: red;
+ width: 100px; height: 100px;"/>
+</body>
+</html>