Bug 89699

Summary: [V8] CSSStyleDeclaration properties do not have any descriptor
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: haraken
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Erik Arvidsson
Reported 2012-06-21 15:44:54 PDT
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
Attachments
Brian Burg
Comment 1 2014-12-16 00:48:07 PST
Closing some V8-related work items.
Note You need to log in before you can comment on or make changes to this bug.