Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: chrome/test/data/favicon/page_with_manifest_without_icons.html

Issue 2799273002: Add support to process favicons from Web Manifests (Closed)
Patch Set: Browsertest comments addressed. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « chrome/test/data/favicon/page_with_manifest.html ('k') | components/favicon/content/content_favicon_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698