| Index: third_party/WebKit/LayoutTests/fast/history/history-length-append-subframe-with-hash.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/history/history-length-append-subframe-with-hash.html b/third_party/WebKit/LayoutTests/fast/history/history-length-append-subframe-with-hash.html
 | 
| index dc5c74ab7386d82c30be0b2bb43425d300a6ca4f..8f7da17d49674ae1f6b4d848aa8407f6454e41db 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/history/history-length-append-subframe-with-hash.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/history/history-length-append-subframe-with-hash.html
 | 
| @@ -32,7 +32,7 @@
 | 
|              // Navigate forward and back to create forward navigation entry.
 | 
|              // Must be done outside the load handler to generate history entry.
 | 
|              window.setTimeout(function() {
 | 
| -                location.href = 'data:text/html,<body onload="history.back()">Must not see this text!!!</body>';
 | 
| +                location.href = 'resources/back-on-load.html';
 | 
|              }, 0);
 | 
|          } else {
 | 
|              window.setTimeout(setFrameSrcAndfinishTest, 100);
 | 
| 
 |