Chromium Code Reviews| Index: chrome/test/data/favicon/page_with_manifest_without_icons.html |
| diff --git a/chrome/test/data/favicon/page_with_manifest_without_icons.html b/chrome/test/data/favicon/page_with_manifest_without_icons.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6cf54e00b9847f3fa55d09939a9f5d3a11c6a5a5 |
| --- /dev/null |
| +++ b/chrome/test/data/favicon/page_with_manifest_without_icons.html |
| @@ -0,0 +1,6 @@ |
| +<html> |
| +<head> |
| +<link rel="manifest" href="manifest_without_icons.json"/> |
| +<link rel="icon" href="icon.png"/> |
| +</head> |
| +</html> |