gecko-dev/dom/browser-element/mochitest/file_illegal_web_manifest.html

8 строки
203 B
HTML

<!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>