Webapps/Interop/ProgressEvents
From W3C Wiki
Interoperability information for WebApps' Progress Events spec: latest Editor's Draft and latest Technical Report (Candidate Recommendation 22-Sep-2011.
- Test suite: http://w3c-test.org/webapps/ProgressEvents/tests/
- Test Facilitator: Jungkee Song
Key for Tables:
- NI = Not Implemented
Browser versions:
- Chrome: 24
- Firefox : 19
- IE: 10 (WP8)
- Opera: 12.12
constructor.html
| Test Status | |||||
|---|---|---|---|---|---|
| Test Name | WebKit | Blink | Gecko | IE | Opera |
| (1) Default event values | Pass | Pass | Pass | NI | Bug (DSK-383258) |
| (2) There must not be a initProgressEvent(). | Pass | Pass | Pass (Nightly 24.0a1) | NI | Bug (DSK-382883) |
| (3) Basic test | Pass | Pass | Pass | NI | Pass |
| (4) ECMAScript value conversion test | Pass | Pass | Pass | NI | Pass |
| (5) ProgressEventInit members must be matched case-sensitively | Pass | Pass | Pass | NI | Pass |
interface.html
| Test Status | |||||
|---|---|---|---|---|---|
| Test Name | WebKit | Blink | Gecko | IE | Opera |
| (1) The ProgressEvent interface | Patch landed | Patch landed | Depending on bug 776864 | NI | Bug (DSK-382884) |
| (2) interface prototype object | Pass | Pass | Depending on bug 776864 | Pass | Bug (DSK-382885) |
| (3) The ProgressEvent interface 1 | Bug | Bug | Depending on bug 776864 | Pass | Bug (DSK-382886) |
| (4) The ProgressEvent interface 2 | Bug | Bug | Depending on bug 776864 | Pass | Bug (DSK-382886) |
| (5) The ProgressEvent interface 3 | Bug | Bug | Depending on bug 776864 | Pass | Bug (DSK-382886) |
| (6) Interface objects properties should not be Enumerable | Patch landed | Patch landed | Pass | Pass | Pass |
| (7) Should be able to delete ProgressEvent | Patch landed | Patch landed, having another issue | Pass | Pass | Pass |
