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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/local/formdata/upload-events-expected.txt

Issue 1681923002: Remove XMLHttpRequestProgressEvent (position and totalSize) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update tests Created 4 years, 10 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: third_party/WebKit/LayoutTests/http/tests/local/formdata/upload-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/local/formdata/upload-events-expected.txt b/third_party/WebKit/LayoutTests/http/tests/local/formdata/upload-events-expected.txt
index bc76191e6f1b822a3831ecf25eb55ef7a1d02128..a7e661dd9b93637afadeaf814891667e5f86be61 100644
--- a/third_party/WebKit/LayoutTests/http/tests/local/formdata/upload-events-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/local/formdata/upload-events-expected.txt
@@ -3,9 +3,9 @@ Test that upload events are fired when sending FormData via XMLHttpRequest.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-loadstart event fired on XMLHttpRequestUpload: [object XMLHttpRequestProgressEvent]
-onprogress event fired on XMLHttpRequestUpload: [object XMLHttpRequestProgressEvent]
-load event fired on XMLHttpRequestUpload: [object XMLHttpRequestProgressEvent]
+loadstart event fired on XMLHttpRequestUpload: [object ProgressEvent]
+onprogress event fired on XMLHttpRequestUpload: [object ProgressEvent]
+load event fired on XMLHttpRequestUpload: [object ProgressEvent]
string1=foo&file1=file-for-drag-to-send.txt:text/plain:1234567890
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698