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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt

Issue 66323004: XHR: compliant event sequencing on request errors and aborts. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Improve test code quality 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/simple-cross-origin-progress-events-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt b/LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt
index fd22e6907b6196fa1bccbda6a12f6b504f087eea..92f4b2701849feccc6f2a6ee661b75484a0c65b4 100644
--- a/LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt
@@ -8,12 +8,15 @@ onload
Response length: 8388608
Test 2: The URL is not allowed for cross-origin requests
+onprogress
onerror (expected)
Response length: 0
Test 3: The URL is not allowed for cross-origin requests and at least one upload event is listened for before doing the send.
upload.onloadstart
+upload.onprogress
upload.onerror (expected)
+onprogress
onerror (expected)
Response length: 0

Powered by Google App Engine
This is Rietveld 408576698