summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/xpath/attribute-node-predicate-expected.txt
blob: 1d47ad68bad333771c807c05feb7a9eeb941c5b7 (plain)
1
2
3
4
5
6
7
8
9
PASS //@id[false]
PASS //@id[1]/parent::*
PASS //@id[2]/parent::*
PASS //@id[string()='21']/parent::*
PASS //@id[string()='22']/parent::*
PASS successfullyParsed is true

TEST COMPLETE