[Webkit-unassigned] [Bug 89697] New: [JSC] CSSStyleDeclaration report incorrect descriptor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 21 15:40:58 PDT 2012


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

           Summary: [JSC] CSSStyleDeclaration report incorrect descriptor
           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: arv at chromium.org
                CC: sam at webkit.org


The properties of the CSSStyleDeclaration are enumerable by the for in loop but the property descriptor reports them as non enumerable.

var style = document.getComputedStyle(document.body);
var descr = Object.getOwnPropertyDescriptor(style, 'color');
shouldBeTrue('descr.enumerable');

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