Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Unified Diff: LayoutTests/http/tests/xmlhttprequest/send-on-abort.html

Issue 561813003: Prepare blink to unify definitions of load completion (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add document.close() to scroll-left-while-loading.html Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>";
</script>

Powered by Google App Engine
This is Rietveld 408576698