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

Unified Diff: third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-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/fast/xmlhttprequest/xmlhttprequest-get-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt
index fd64c27cf7e501111b01c3e382cc8f09a17d9ceb..ce777f65fd4af1f677224823a3ca4ca647e694c0 100644
--- a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt
@@ -21,7 +21,7 @@ statusText
readyState
4
Event information
-Event object: [object XMLHttpRequestProgressEvent]
+Event object: [object ProgressEvent]
Event properties:
AT_TARGET : '2'
BLUR : '8192'
@@ -55,7 +55,6 @@ isTrusted : 'true'
lengthComputable : 'true'
loaded : '0'
path : ''
-position : '0'
preventDefault : 'function preventDefault() { [native code] }'
returnValue : 'true'
scoped : 'true'
@@ -64,6 +63,5 @@ stopImmediatePropagation : 'function stopImmediatePropagation() { [native code]
stopPropagation : 'function stopPropagation() { [native code] }'
target : '[object XMLHttpRequest]'
total : '0'
-totalSize : '0'
type : 'load'

Powered by Google App Engine
This is Rietveld 408576698