| Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/send-on-abort.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/send-on-abort.html b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/send-on-abort.html
|
| index 611f24e6fd61fc4bb3bb32c60e7fd300631b3bde..be89584c9db5142b77d234e1c8862c27daa74cc4 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/send-on-abort.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/send-on-abort.html
|
| @@ -22,7 +22,7 @@ function onreadystatechangeHandler()
|
| xhr = new XMLHttpRequest;
|
| xhr.onabort = abortHandler;
|
| xhr.onreadystatechange = onreadystatechangeHandler;
|
| -xhr.open("GET", "foo.txt", true);
|
| +xhr.open("GET", "foo.txt", true);
|
| xhr.send(null);
|
| -location.href = "data:text/html,PASS: No assertion failure.<script>if (window.testRunner) testRunner.notifyDone()</scr" + "ipt>";
|
| +location.href = "../misc/resources/notify-success.html";
|
| </script>
|
|
|