[Webkit-unassigned] [Bug 12450] XPath test suite failures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 3 13:02:16 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12450





------- Comment #2 from ap at webkit.org  2007-02-03 13:02 PDT -------
The current list:

XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE
XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE
XPathResult_invalidIteratorState_ANY_TYPE
XPathResult_iterateNext_INVALID_STATE_ERR
These fail because XPathResult relies on DOM mutation events for invalidation,
and those don't work in XMLHttpRequest responses for some reason. Bug 12471.

XPathExpression_evaluate_WRONG_DOCUMENT_ERR
XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR
These now work, but fail. They also fail in Firefox, but pass in Opera. From
reading the spec, I'm not entirely sure if they must pass, as our
XPathEvaluator is not tied to the document, and can work on any nodes.


-- 
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