RESOLVED INVALID 89699
[V8] CSSStyleDeclaration properties do not have any descriptor
https://bugs.webkit.org/show_bug.cgi?id=89699
Summary [V8] CSSStyleDeclaration properties do not have any descriptor
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.