summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/browser/application-manifest-404-manifest.html
blob: fd182a69a6ea18f1112f57223fa8cfb9d56d2754 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>Simple manifest</title>
  <link rel="manifest" href="non-existing-manifest.json">
</head>
<body>
  <p>This page links to a manifest URL that is a 404.</p>
</body>