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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/upload-onprogress-event-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/xmlhttprequest/upload-onprogress-event-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/upload-onprogress-event-expected.txt b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/upload-onprogress-event-expected.txt
index 7f5715bc6c138cce497bf0df658c83834dc59b52..c65f96dc84e40595f7c39d4031eae681577b401e 100644
--- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/upload-onprogress-event-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/upload-onprogress-event-expected.txt
@@ -1,5 +1,5 @@
This test that progress events are fired for XMLHttpRequestUpload objects.
PASS: onprogress event fired on XMLHttpRequestUpload.
-onprogress: [object XMLHttpRequestProgressEvent] [Loaded: 4 Total: 4]
+onprogress: [object ProgressEvent] [Loaded: 4 Total: 4]

Powered by Google App Engine
This is Rietveld 408576698