OLD | NEW |
1 Test case for bug 13596: Implement .onprogress handler on XMLHttpRequest objects
to support progressive download content length information | 1 .onprogress handler on XMLHttpRequest objects with response type "blob" works to
support progressive download content length information |
2 | 2 |
3 You should see type, bubble, cancelable, eventPhase, target and current target. | 3 You should see type, bubble, cancelable, eventPhase, target and current target. |
4 | 4 |
5 Type: progress | 5 Type: progress |
6 Bubble: false | 6 Bubble: false |
7 Cancelable: true | 7 Cancelable: true |
8 EventPhase: 2 | 8 EventPhase: 2 |
9 Target: [object XMLHttpRequest] | 9 Target: [object XMLHttpRequest] |
10 Current target: [object XMLHttpRequest] | 10 Current target: [object XMLHttpRequest] |
11 | 11 |
OLD | NEW |