Closed backplane-import closed 13 years ago
creavonmoro wrote (in the comments for revision 3c249d1676070e92a158a9f6cecedba246c0ac88 (originally d23715940a)):
.text ie only, for native DOMPaser .textContent. And textContent don't work on document, it works on element nodes, in ie doc.text, in native doc.documentElement.textContent
This issue was closed by revision 77871c8c83e51bbd5421d458af614e24d1ecc5fe (originally f8e0371ac5).
Updates
Ticket status set to Fixed
Imported from backplanejs Google Code issue 90.
In the unit-tests for DOM 3 XPath we check that the DOMParser() object has been initialised correctly by testing the 'string value' of the DOM. However, this property doesn't exist when DOMParser is implemented natively.
Owner set to ----
Priority: Medium Type: Defect