| Index: chrome/test/data/favicon/page_with_hash_override.html
|
| diff --git a/chrome/test/data/favicon/page_with_hash_override.html b/chrome/test/data/favicon/page_with_hash_override.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..23eeffcf7bc35aa6ba055a0fa2477c4a6c5a2162
|
| --- /dev/null
|
| +++ b/chrome/test/data/favicon/page_with_hash_override.html
|
| @@ -0,0 +1,12 @@
|
| +<html>
|
| +<head>
|
| +<link rel="icon" href="icon.png"/>
|
| +<script>
|
| +window.onload = function() {
|
| + setTimeout(function() {
|
| + this.document.location.hash = "foo";
|
| + }, 0);
|
| +}
|
| +</script>
|
| +</head>
|
| +</html>
|
|
|