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

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

Issue 20560007: On request error, always fire events on the XMLHttpRequestUpload before the XMLHttpRequest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/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 1ecff78714e1862117ebad527d160d025d1b2dc9..f07cc1b695a8eacc90c86b2273cb72e7e3e879a9 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
@@ -13,7 +13,7 @@ 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.onerror (expected)
onerror (expected)
Response length: 0
-upload.onerror (expected)

Powered by Google App Engine
This is Rietveld 408576698