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

Unified Diff: chrome/test/data/extensions/api_test/tabs/on_updated/favicon/a.html

Issue 12591008: Trigger a tab updated event if the favicon URL changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/extensions/api_test/tabs/on_updated/favicon/a.html
diff --git a/chrome/test/data/extensions/api_test/page_action/old_api/background.html b/chrome/test/data/extensions/api_test/tabs/on_updated/favicon/a.html
similarity index 77%
copy from chrome/test/data/extensions/api_test/page_action/old_api/background.html
copy to chrome/test/data/extensions/api_test/tabs/on_updated/favicon/a.html
index f4b25c8e1055f5faff108fda866719ac7fd9fb13..762391608f8f9ebad1fa5d812dcf82db94552c17 100644
--- a/chrome/test/data/extensions/api_test/page_action/old_api/background.html
+++ b/chrome/test/data/extensions/api_test/tabs/on_updated/favicon/a.html
@@ -3,8 +3,6 @@
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
-<html>
<head>
-<script src="background.js"></script>
+ <link rel="icon" href="favicon.png" type="image/png">
</head>
-</html>

Powered by Google App Engine
This is Rietveld 408576698