| Index: third_party/WebKit/LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html b/third_party/WebKit/LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html
 | 
| index 48ec392824fa4593cdb140bcc58d31a4b645bec9..33a72b4ae29feb236c92e4dda00ef5a29d2bc593 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html
 | 
| @@ -14,7 +14,7 @@ window.onload = function(evt) {
 | 
|          setTimeout(function() { if (window.testRunner) testRunner.notifyDone(); }, 10);
 | 
|      } else {
 | 
|          window.name = "pageshow/pagehide";
 | 
| -        setTimeout('window.location = "data:text/html,<script>history.back();</scr" + "ipt>"', 0);
 | 
| +        setTimeout('window.location = "../../resources/back.html"', 0);
 | 
|      }
 | 
|  }
 | 
|  
 | 
| 
 |