[Webkit-unassigned] [Bug 110573] New: [Progress Events] Interface objects properties should not be Enumerable.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 22 01:42:28 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=110573

           Summary: [Progress Events] Interface objects properties should
                    not be Enumerable.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jungkees at gmail.com
                CC: Ms2ger at gmail.com, dominik.rottsches at intel.com,
                    laszlo.gombos at webkit.org, gyuyoung.kim at samsung.com,
                    hojong.han at samsung.com, kihong.kwon at samsung.com,
                    jussi.kukkonen at intel.com, jungkee.song at samsung.com


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
(6) Interface objects properties should not be Enumerable


Actual results:

Test case failed: 

for (var p in window) {
  assert_not_equals(p, "ProgressEvent")
}
this assertion fails.


Expected results:

ProgressEvent is not enumerable in window object. Hence, the above assertion passes.
(See 4.4. Interfaces of WebIDL: http://dev.w3.org/2006/webapi/WebIDL/#es-interfaces)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list