Bug 110574

Summary: [Progress Events] Interface objects properties should be Configurable.
Product: WebKit Reporter: Jungkee Song <jungkees>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: cdumez, d-r, glenn, gyuyoung.kim, hojong.han, jungkee.song, jussi.kukkonen, kihong.kwon, laszlo.gombos, Ms2ger
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: Unspecified   

Description Jungkee Song 2013-02-22 01:50:10 PST
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
(7) Interface objects properties should be Configurable


Actual results:

Test case failed: 

delete window.ProgressEvent
does not work.


Expected results:

ProgressEvent is configurable in window object. Hence, the assertions pass by actually delete the ProgressEvent property from window global.
(See 4.4. Interfaces of WebIDL: http://dev.w3.org/2006/webapi/WebIDL/#es-interfaces)
Comment 1 Chris Dumez 2013-04-17 07:46:21 PDT
Will handle this in Bug 110573 as the 2 bugs are strongly related.

*** This bug has been marked as a duplicate of bug 110573 ***