[Webkit-unassigned] [Bug 12471] New: XPathResult not invalidated for documents retrieved via XMLHttpRequest
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 30 01:11:58 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12471
Summary: XPathResult not invalidated for documents retrieved via
XMLHttpRequest
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: XML
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ap at webkit.org
OtherBugsDependingO 12450
nThis:
XPathResult relies on DOM Mutation events for invalidation, but these don't
work for documents retrieved via XMLHttpRequest (addEventListener() checks for
document()->attached(), and bails out if it's not).
This causes several layout test failures:
dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE.svg
dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE.svg
dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE.svg
dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR.svg
--
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