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

Unified Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt

Issue 79953004: Improve fidelity of XHR progress events. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Avoid now-unnecessary argument defaulting 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/fast/xmlhttprequest/xmlhttprequest-get-expected.txt
diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt
index ad09e49e702d3250486224f4890dc16e1507def8..8d13bfca5e8cd68a011de9589bd336c9dfcb6636 100644
--- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt
+++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt
@@ -52,17 +52,17 @@ currentTarget : '[object XMLHttpRequest]'
defaultPrevented : 'false'
eventPhase : '2'
initEvent : 'function initEvent() { [native code] }'
-lengthComputable : 'false'
-loaded : '0'
+lengthComputable : 'true'
+loaded : '174'
path : '[object NodeList]'
-position : '0'
+position : '174'
preventDefault : 'function preventDefault() { [native code] }'
returnValue : 'true'
srcElement : '[object XMLHttpRequest]'
stopImmediatePropagation : 'function stopImmediatePropagation() { [native code] }'
stopPropagation : 'function stopPropagation() { [native code] }'
target : '[object XMLHttpRequest]'
-total : '0'
-totalSize : '0'
+total : '174'
+totalSize : '174'
type : 'load'

Powered by Google App Engine
This is Rietveld 408576698