[Webkit-unassigned] [Bug 33716] typeof returns "function" for NodeList
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 15 06:24:46 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33716
--- Comment #1 from Yury Semikhatsky <yurys at chromium.org> 2010-01-15 06:24:46 PST ---
(In reply to comment #0)
> Created an attachment (id=46676)
--> (https://bugs.webkit.org/attachment.cgi?id=46676) [details]
> Test case
>
> In WebKit typeof returns "function" for document.documentElement.childNodes and
> other DOM properties whose value is a NodeList. It should be "object" as in
> Firefox and Chromium.
>
> Test is attached.
typeof document.all is always 'undefined'
--
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