tenfourfox/dom/browser-element/mochitest/file_illegal_web_manifest.html

7 lines
154 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>