Closed
Bug 843501
Opened 12 years ago
Closed 12 years ago
[Progress Events] ProgressEvent.prototype.constructor returns Object().
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 776864
People
(Reporter: jungkee.song, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.70 Safari/537.17
Steps to reproduce:
ProgressEvent CR (http://www.w3.org/TR/progress-events/) test
- Test wiki: http://www.w3.org/wiki/Webapps/Interop/ProgressEvents
- Test suite: http://w3c-test.org/webapps/ProgressEvents/tests/
- Test case: http://w3c-test.org/webapps/ProgressEvents/tests/submissions/Ms2ger/interface.html
(2) interface prototype object
Actual results:
Test case failed: ProgressEvent.prototype.constructor returns Object().
Expected results:
ProgressEvent.prototype.constructor returns ProgressEvent().
Comment 1•12 years ago
|
||
Should be fixed by bug 776864 as well.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•