summaryrefslogtreecommitdiffstats
path: root/devtools/client/application/test/browser/resources/manifest/load-fail.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/application/test/browser/resources/manifest/load-fail.html')
-rw-r--r--devtools/client/application/test/browser/resources/manifest/load-fail.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/devtools/client/application/test/browser/resources/manifest/load-fail.html b/devtools/client/application/test/browser/resources/manifest/load-fail.html
new file mode 100644
index 0000000000..180c42a7b5
--- /dev/null
+++ b/devtools/client/application/test/browser/resources/manifest/load-fail.html
@@ -0,0 +1,9 @@
+<!doctype html>
+<head>
+ <meta charset="utf-8">
+ <title>Manifest 404 not found</title>
+ <link rel="manifest" href='nowhere.json'>
+</head>
+<body>
+<h1>Manifest error 404 not found</h1>
+</body>