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

7 строки
154 B
HTML

<!doctype html>
<meta charset=utf-8>
<head>
<link rel="manifest" href="file://this_is_not_allowed!">
</head>
<h1>Support Page for Web Manifest Tests</h1>