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

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

Issue 2950563002: Fix in-document navigations breaking icons from Web Manifests (Closed)
Patch Set: Adopted GetLastCommittedURL(). Created 3 years, 6 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/pushstate_with_manifest.html
diff --git a/chrome/test/data/favicon/pushstate_with_manifest.html b/chrome/test/data/favicon/pushstate_with_manifest.html
new file mode 100644
index 0000000000000000000000000000000000000000..7df9c451fe44a7152ad117b44b8f836ed3317b47
--- /dev/null
+++ b/chrome/test/data/favicon/pushstate_with_manifest.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+<link rel="manifest" href="manifest.json"/>
+<script>
+window.onload = function() {
+ setTimeout(function() {
+ history.pushState("", "", "#pushState");
+ }, 0);
+}
+</script>
+</head>
+</html>
« no previous file with comments | « chrome/browser/favicon/content_favicon_driver_browsertest.cc ('k') | components/favicon/content/content_favicon_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698