summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/links/manifest/mime-type-none-manual.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/html/links/manifest/mime-type-none-manual.html')
-rw-r--r--testing/web-platform/tests/html/links/manifest/mime-type-none-manual.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/html/links/manifest/mime-type-none-manual.html b/testing/web-platform/tests/html/links/manifest/mime-type-none-manual.html
new file mode 100644
index 0000000000..8f934155e1
--- /dev/null
+++ b/testing/web-platform/tests/html/links/manifest/mime-type-none-manual.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<title>Test JSON MIME Type support (application/json)</title>
+<link rel="help" href="https://html.spec.whatwg.org/#link-type-manifest" />
+<link rel="manifest" href="mime-type-invalid.webmanifest" />
+<h1>Test JSON MIME Type support for web manifest</h1>
+<p>
+ To pass, the use agent must treat the manifest as invalid. The
+ response's does not contain any Content-Type HTTP header.
+</p>