summaryrefslogtreecommitdiffstats
path: root/dom/browser-element/mochitest/file_illegal_web_manifest.html
blob: d9075b3fc6a2180744d68fe1145c01513826683b (plain)
1
2
3
4
5
6
7
<!doctype html>
<meta charset=utf-8>
<head>
<!-- FIXME: we should keep file:// here ... -->
<link rel="manifest" href="sshfs://this_is_not_allowed!">
</head>
<h1>Support Page for Web Manifest Tests</h1>