Chromium Code Reviews| Index: LayoutTests/http/tests/xmlhttprequest/send-on-abort.html |
| diff --git a/LayoutTests/http/tests/xmlhttprequest/send-on-abort.html b/LayoutTests/http/tests/xmlhttprequest/send-on-abort.html |
| index 727012bc2f3d12eef9f7f63cd1412fe2e336e7ac..611f24e6fd61fc4bb3bb32c60e7fd300631b3bde 100644 |
| --- a/LayoutTests/http/tests/xmlhttprequest/send-on-abort.html |
| +++ b/LayoutTests/http/tests/xmlhttprequest/send-on-abort.html |
| @@ -24,5 +24,5 @@ xhr.onabort = abortHandler; |
| xhr.onreadystatechange = onreadystatechangeHandler; |
| xhr.open("GET", "foo.txt", true); |
| xhr.send(null); |
| -location.href = "data:text/html,<script>if (window.testRunner) testRunner.notifyDone()</scr" + "ipt>PASS: No assertion failure."; |
| +location.href = "data:text/html,PASS: No assertion failure.<script>if (window.testRunner) testRunner.notifyDone()</scr" + "ipt>"; |
|
dcheng
2014/10/20 18:35:14
What is this significance of the ordering change h
|
| </script> |