| Index: chrome/test/data/favicon/replacestate_with_favicon.html
|
| diff --git a/chrome/test/data/favicon/replacestate_with_favicon.html b/chrome/test/data/favicon/replacestate_with_favicon.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6d66cadc518c1d8aa3254c80a8d48e825de6781c
|
| --- /dev/null
|
| +++ b/chrome/test/data/favicon/replacestate_with_favicon.html
|
| @@ -0,0 +1,14 @@
|
| +<html>
|
| +<head>
|
| +<link rel="icon" href="icon.png"/>
|
| +<script>
|
| +window.onload = function() {
|
| + setTimeout(function() {
|
| + history.replaceState("", "",
|
| + "/favicon/replacestate_with_favicon_replaced.html");
|
| + document.title = "replaceState";
|
| + }, 0);
|
| +}
|
| +</script>
|
| +</head>
|
| +</html>
|
|
|