[Webkit-unassigned] [Bug 15274] Javascript bug in GetElementsByName or RemoveChild or InsertBefore ?
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 25 08:55:46 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15274
------- Comment #6 from sam at webkit.org 2007-09-25 08:55 PDT -------
The reason "undefined value" is being returned in the test case is that
NodeLists indexing is 0 based, not 1 based. Therefore, xs[2] does not exist.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list