summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt
blob: cd96536f399d0edc36314b76a28d344626d8c0c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PASS /descendant::item
PASS /descendant::a:item
PASS /descendant::b:*
PASS docns.evaluate("//x:*", docns, nsResolver, XPathResult.ANY_TYPE, null) threw exception Error: NAMESPACE_ERR: DOM Exception 14.
PASS doc/child::*
PASS a:doc/child::*
PASS //attribute::color
PASS //attribute::color
PASS //attribute::b:*
PASS //attribute::*
PASS count(//attribute::*)
PASS doc/child::text()
PASS doc/child::comment()
PASS doc/child::processing-instruction()
PASS doc/child::processing-instruction("one")
PASS successfullyParsed is true

TEST COMPLETE