| 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..01f6cb0ed1160d593feba8e484a665b45bf8409a
|
| --- /dev/null
|
| +++ b/chrome/test/data/favicon/pushstate_with_manifest.html
|
| @@ -0,0 +1,13 @@
|
| +<html>
|
| +<head>
|
| +<link rel="manifest" href="manifest.json"/>
|
| +<script>
|
| +window.onload = function() {
|
| + setTimeout(function() {
|
| + history.pushState("", "", "#pushState");
|
| + document.title = "pushState";
|
| + }, 0);
|
| +}
|
| +</script>
|
| +</head>
|
| +</html>
|
|
|