OLD | NEW |
1 PASS /descendant::item | 1 PASS /descendant::item |
2 PASS /descendant::a:item | 2 PASS /descendant::a:item |
3 PASS /descendant::b:* | 3 PASS /descendant::b:* |
4 PASS docns.evaluate("//x:*", docns, nsResolver, XPathResult.ANY_TYPE, null) thre
w exception NamespaceError: Failed to execute 'createExpression' on 'XPathExpres
sion': The string '//x:*' contains unresolvable namespaces.. | 4 PASS docns.evaluate("//x:*", docns, nsResolver, XPathResult.ANY_TYPE, null) thre
w exception NamespaceError: Failed to execute 'evaluate' on 'Document': The stri
ng '//x:*' contains unresolvable namespaces.. |
5 PASS doc/child::* | 5 PASS doc/child::* |
6 PASS a:doc/child::* | 6 PASS a:doc/child::* |
7 PASS //attribute::color | 7 PASS //attribute::color |
8 PASS //attribute::color | 8 PASS //attribute::color |
9 PASS //attribute::b:* | 9 PASS //attribute::b:* |
10 PASS //attribute::* | 10 PASS //attribute::* |
11 PASS count(//attribute::*) | 11 PASS count(//attribute::*) |
12 PASS doc/child::text() | 12 PASS doc/child::text() |
13 PASS doc/child::comment() | 13 PASS doc/child::comment() |
14 PASS doc/child::processing-instruction() | 14 PASS doc/child::processing-instruction() |
15 PASS doc/child::processing-instruction("one") | 15 PASS doc/child::processing-instruction("one") |
16 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
17 | 17 |
18 TEST COMPLETE | 18 TEST COMPLETE |
19 | 19 |
OLD | NEW |