[Webkit-unassigned] [Bug 80060] hasOwnProperty works inconsistently between WebKit and Firefox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 1 16:57:09 PST 2012


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


Gavin Barraclough <barraclough at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|JavaScriptCore              |WebCore JavaScript
                 CC|                            |barraclough at apple.com




--- Comment #1 from Gavin Barraclough <barraclough at apple.com>  2012-03-01 16:57:09 PST ---
I believe this is actually a WebIDL related bug, and that Firefox's behavior is correct.

I believe hasOwnProperty is working correctly on both browsers, and that it is actually the DOM that is different (in Safari, 'style' is a property of the element, in Firefox it is presumably a property of the prototype).  If so, it is Firefox behaving correctly – I believe WebIDL specifies that such properties should be on the prototype.

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