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

Unified Diff: chrome/test/data/banners/manifest_one_icon_test_page.html

Issue 2341163002: Canonicalize URLs prior to comparing in ManifestUpgradeDetector (Closed)
Patch Set: Merge branch 'master' into url_canonicalize Created 4 years, 3 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
« no previous file with comments | « chrome/test/data/banners/manifest_one_icon.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/banners/manifest_one_icon_test_page.html
diff --git a/chrome/test/data/banners/manifest_bad_link.html b/chrome/test/data/banners/manifest_one_icon_test_page.html
similarity index 77%
copy from chrome/test/data/banners/manifest_bad_link.html
copy to chrome/test/data/banners/manifest_one_icon_test_page.html
index 06ae0bcb35dcdafc5b1b84d59b0ca96efc5aca3a..3e93f3c4e372b3235a30fc1fffe7abb7ce0a67c6 100644
--- a/chrome/test/data/banners/manifest_bad_link.html
+++ b/chrome/test/data/banners/manifest_one_icon_test_page.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>Web app banner test page</title>
- <link rel="manifest" href="manifest_missing.json" />
+ <link rel="manifest" href="manifest_one_icon.json" />
<script src="main.js"></script>
</head>
<body onload="initialize()">
« no previous file with comments | « chrome/test/data/banners/manifest_one_icon.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698