[Webkit-unassigned] [Bug 12191] New: crash when getting property of NodeList
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 10 02:25:19 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12191
Summary: crash when getting property of NodeList
Product: WebKit
Version: 419.x
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: nrlz at hotmail.com
I can crash Safari 419.3 with the following HTML:
<script>
var n = document.createElement("DIV");
n.appendChild(document.createTextNode(""));
n.childNodes.slice;
</script>
--
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