summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/links/manifest/mime-type-none-manual.html
blob: 8f934155e143017bb3689f26fba2d1d9c59cb17d (plain)
1
2
3
4
5
6
7
8
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>