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

Unified Diff: chrome/test/data/favicon/page_with_manifest.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.html
diff --git a/chrome/test/data/favicon/page_with_manifest.html b/chrome/test/data/favicon/page_with_manifest.html
new file mode 100644
index 0000000000000000000000000000000000000000..852c3006c95a3a04c9f1c8234fa640c65f2ad228
--- /dev/null
+++ b/chrome/test/data/favicon/page_with_manifest.html
@@ -0,0 +1,5 @@
+<html>
+<head>
+<link rel="manifest" href="manifest.json"/>
+</head>
+</html>
« no previous file with comments | « chrome/test/data/favicon/manifest_without_icons.json ('k') | chrome/test/data/favicon/page_with_manifest_without_icons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698