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

Side by Side 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: Make test stable Created 7 years 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: event.returnValue is deprecated. Please use the standard event. preventDefault() instead. 1 CONSOLE WARNING: event.returnValue is deprecated. Please use the standard event. preventDefault() instead.
2 GET test 2 GET test
3 3
4 responseText 4 responseText
5 <?xml version="1.0"?> 5 <?xml version="1.0"?>
6 <!DOCTYPE doc [ 6 <!DOCTYPE doc [
7 <!ATTLIST d id ID #IMPLIED> 7 <!ATTLIST d id ID #IMPLIED>
8 ]> 8 ]>
9 <doc> 9 <doc>
10 <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar> 10 <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar>
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 NONE : '0' 45 NONE : '0'
46 SELECT : '16384' 46 SELECT : '16384'
47 bubbles : 'false' 47 bubbles : 'false'
48 cancelBubble : 'false' 48 cancelBubble : 'false'
49 cancelable : 'true' 49 cancelable : 'true'
50 clipboardData : 'undefined' 50 clipboardData : 'undefined'
51 currentTarget : '[object XMLHttpRequest]' 51 currentTarget : '[object XMLHttpRequest]'
52 defaultPrevented : 'false' 52 defaultPrevented : 'false'
53 eventPhase : '2' 53 eventPhase : '2'
54 initEvent : 'function initEvent() { [native code] }' 54 initEvent : 'function initEvent() { [native code] }'
55 lengthComputable : 'false' 55 lengthComputable : 'true'
56 loaded : '0' 56 loaded : '0'
57 path : '[object NodeList]' 57 path : '[object NodeList]'
58 position : '0' 58 position : '0'
59 preventDefault : 'function preventDefault() { [native code] }' 59 preventDefault : 'function preventDefault() { [native code] }'
60 returnValue : 'true' 60 returnValue : 'true'
61 srcElement : '[object XMLHttpRequest]' 61 srcElement : '[object XMLHttpRequest]'
62 stopImmediatePropagation : 'function stopImmediatePropagation() { [native code] }' 62 stopImmediatePropagation : 'function stopImmediatePropagation() { [native code] }'
63 stopPropagation : 'function stopPropagation() { [native code] }' 63 stopPropagation : 'function stopPropagation() { [native code] }'
64 target : '[object XMLHttpRequest]' 64 target : '[object XMLHttpRequest]'
65 total : '0' 65 total : '0'
66 totalSize : '0' 66 totalSize : '0'
67 type : 'load' 67 type : 'load'
68 68
OLDNEW
« no previous file with comments | « LayoutTests/fast/xmlhttprequest/xmlhttprequest-get.xhtml ('k') | LayoutTests/http/tests/xmlhttprequest/onload-event.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698