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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/readystatechange-and-abort-expected.txt

Issue 60203010: XHR.abort(): no event dispatching in completed/non-started states. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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/readystatechange-and-abort-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/readystatechange-and-abort-expected.txt b/LayoutTests/http/tests/xmlhttprequest/readystatechange-and-abort-expected.txt
index 6069fbf483a8f5fc69b7d1da9e40b4ef41e23ff5..5985909bf1f487e3c160a8706c44f3e5b84b5cb5 100644
--- a/LayoutTests/http/tests/xmlhttprequest/readystatechange-and-abort-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/readystatechange-and-abort-expected.txt
@@ -1,8 +1,8 @@
-PASS Test onreadystatechange invocation when abort()-ed in UNSENT state.
-PASS Test onreadystatechange invocation when abort()-ed in OPENED state.
-PASS Test onreadystatechange invocation when abort()-ed right after calling send().
-PASS Test onreadystatechange invocation when abort()-ed in HEADERS_RECEIVED state.
-PASS Test onreadystatechange invocation when abort()-ed in LOADING state.
-PASS Test onreadystatechange invocation when abort()-ed in DONE state.
+PASS Test onreadystatechange + onabort invocation when abort()-ed in UNSENT state.
+PASS Test onreadystatechange + onabort invocation when abort()-ed in OPENED state.
+PASS Test onreadystatechange + onabort invocation when abort()-ed right after calling send().
+PASS Test onreadystatechange + onabort invocation when abort()-ed in HEADERS_RECEIVED state.
+PASS Test onreadystatechange + onabort invocation when abort()-ed in LOADING state.
+PASS Test onreadystatechange + onabort invocation when abort()-ed in DONE state.

Powered by Google App Engine
This is Rietveld 408576698