diff options
Diffstat (limited to 'devtools/server/tests/browser/application-manifest-warnings.html')
-rw-r--r-- | devtools/server/tests/browser/application-manifest-warnings.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devtools/server/tests/browser/application-manifest-warnings.html b/devtools/server/tests/browser/application-manifest-warnings.html new file mode 100644 index 0000000000..57f8b9b4e7 --- /dev/null +++ b/devtools/server/tests/browser/application-manifest-warnings.html @@ -0,0 +1,10 @@ +<!doctype html> +<html> +<head> + <meta charset="utf-8"> + <title>Empty manifest</title> + <link rel="manifest" href='data:application/manifest+json,{"name": 0}'> +</head> +<body> + <pre><code>{ }</code></pre> +</body> |