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

Side by Side 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, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <link rel="manifest" href="manifest.json"/>
4 <script>
5 window.onload = function() {
6 setTimeout(function() {
7 history.pushState("", "", "#pushState");
8 }, 0);
9 }
10 </script>
11 </head>
12 </html>
OLDNEW
« 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