Home | History | Annotate | Download | only in py-dom-xpath
      1 PASS /descendant::item
      2 PASS /descendant::a:item
      3 PASS /descendant::b:*
      4 PASS docns.evaluate("//x:*", docns, nsResolver, XPathResult.ANY_TYPE, null) threw exception Error: NAMESPACE_ERR: DOM Exception 14.
      5 PASS doc/child::*
      6 PASS a:doc/child::*
      7 PASS //attribute::color
      8 PASS //attribute::color
      9 PASS //attribute::b:*
     10 PASS //attribute::*
     11 PASS count(//attribute::*)
     12 PASS doc/child::text()
     13 PASS doc/child::comment()
     14 PASS doc/child::processing-instruction()
     15 PASS doc/child::processing-instruction("one")
     16 PASS successfullyParsed is true
     17 
     18 TEST COMPLETE
     19 
     20