[Webkit-unassigned] [Bug 110983] New: getOwnPropertyNames returns bogus results for getElementsByTagName return values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 08:40:43 PST 2013


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

           Summary: getOwnPropertyNames returns bogus results for
                    getElementsByTagName return values
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bzbarsky at mit.edu


Created an attachment (id=190529)
 --> (https://bugs.webkit.org/attachment.cgi?id=190529&action=review)
Testcase

Consider the attached testcase.

The property 'x' is found by hasOwnProperty and getOwnPropertyDescriptor, but getOwnPropertyNames doesn't list it.

This is happening in both Safari and Chrome, so reporting as an underlying DOM problem, but I suppose it's possible that this is two independent bugs in JSC and V8.

-- 
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