Chromium Code Reviews| OLD | NEW |
|---|---|
| (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> | |
| OLD | NEW |