[Webkit-unassigned] [Bug 135008] document.body.hasOwnProperty('childNodes') returns false
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 27 23:37:42 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=135008
junwei.liang at gree.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |junwei.liang at gree.net
--- Comment #3 from junwei.liang at gree.net ---
Any update on this?
We have exactly the same problem when call 'hasOwnProperty' on DOM elements.
In safari prior to ios8/yosemite, it always returns true!
````js
var el = document.getElementById('dummy-div-id');
console.log(el.hasOwnProperty('className')); // false
````
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141028/85e661d1/attachment-0002.html>
More information about the webkit-unassigned
mailing list