[Webkit-unassigned] [Bug 89699] New: [V8] CSSStyleDeclaration properties do not have any descriptor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 21 15:44:55 PDT 2012


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

           Summary: [V8] CSSStyleDeclaration properties do not have any
                    descriptor
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arv at chromium.org
                CC: haraken at chromium.org


var style = getComputedStyle(document.body)
style.hasOwnProperty('color')  // true
var descr = Object.getOwnPropertyDescriptor(style, 'color')
shouldBe('typeof descr', '"object"")

We get an undefined descriptor which is a violation of the ES5 object model

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