diff options
Diffstat (limited to 'devtools/server/tests/browser/application-manifest-no-manifest.html')
-rw-r--r-- | devtools/server/tests/browser/application-manifest-no-manifest.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devtools/server/tests/browser/application-manifest-no-manifest.html b/devtools/server/tests/browser/application-manifest-no-manifest.html new file mode 100644 index 0000000000..5f0668aa50 --- /dev/null +++ b/devtools/server/tests/browser/application-manifest-no-manifest.html @@ -0,0 +1,9 @@ +<!doctype html> +<html> +<head> + <meta charset="utf-8"> + <title>No manifest</title> +</head> +<body> + <p>This page does not link to a manifest</p> +</body> |