Chromium Code Reviews| Index: content/test/data/manifest/parse-error-manifest.html |
| diff --git a/content/test/data/manifest/parse-error-manifest.html b/content/test/data/manifest/parse-error-manifest.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..84115dbbf6c57bc708ac8d0705f56219f0c09788 |
| --- /dev/null |
| +++ b/content/test/data/manifest/parse-error-manifest.html |
| @@ -0,0 +1,8 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| + <link rel=manifest href='parse-error-manifest.json'> |
| +</head> |
| +<body> |
| +</body> |
| +</html> |