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

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: Simplify test. 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="manifest" href="manifest.json"/>
4 <script>
5 window.onload = function() {
6 setTimeout(function() {
7 history.pushState("", "", "#pushState");
8 document.title = "pushState";
9 }, 0);
10 }
11 </script>
12 </head>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698