chromium/third_party/blink/web_tests/http/tests/xmlhttprequest/infoOnProgressEvent-expected.txt

Test case for bug 13596: Implement .onprogress handler on XMLHttpRequest objects to support progressive download content length information

You should see type, bubble, cancelable, eventPhase, target and current target.

Type: progress
Bubble: false
Cancelable: false
EventPhase: 2
Target: [object XMLHttpRequest]
Current target: [object XMLHttpRequest]
Target.readyState: 3