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

Side by Side Diff: chrome/test/data/favicon/page_with_hash_override.html

Issue 2949023002: [WIP] Fix history.replaceState() not propagating back favicons (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <link rel="icon" href="icon.png"/>
4 <script>
5 window.onload = function() {
6 setTimeout(function() {
7 this.document.location.hash = "foo";
8 }, 0);
9 }
10 </script>
11 </head>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698