| 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>
|
|
|