| Index: third_party/WebKit/LayoutTests/fast/events/onunload-clears-onbeforeunload.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/events/onunload-clears-onbeforeunload.html b/third_party/WebKit/LayoutTests/fast/events/onunload-clears-onbeforeunload.html
 | 
| index fa1d2ae5c5dbcb402984565e5421734f86194083..8fd5b759312e5d1b2853a37c0ef5ab592d37ec23 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/events/onunload-clears-onbeforeunload.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/events/onunload-clears-onbeforeunload.html
 | 
| @@ -9,7 +9,7 @@ if (window.testRunner) {
 | 
|  }
 | 
|  
 | 
|  window.addEventListener('beforeunload', before, false);
 | 
| -window.onunload = unload; 
 | 
| +window.onunload = unload;
 | 
|  
 | 
|  function before()
 | 
|  {
 | 
| @@ -24,7 +24,7 @@ function unload()
 | 
|  
 | 
|  function load()
 | 
|  {
 | 
| -    location = "data:text/html,If you didn't hit an assert you PASS.<script>if (window.testRunner) testRunner.notifyDone(); </" + "script>";
 | 
| +    location = "resources/onunload-clears-onbeforeunload-success.html";
 | 
|  }
 | 
|  
 | 
|  </script>
 | 
| 
 |