summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/xpath/document-order-expected.txt
blob: 5fe39541b99e6f70ea88dc25d59bbbea1c3218ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
PASS ancestor::* (context = attr1)
PASS ancestor::* (context = GCHILD11)
PASS ancestor::node() (context = attr1)
PASS ancestor::node() (context = GCHILD11)
PASS preceding::node() (context = attr4)
PASS preceding::node() (context = CHILD2)
PASS preceding::node() (context = GCHILD12)
PASS following::node() (context = attr1)
PASS following::node() (context = CHILD1)
PASS following::node() (context = GCHILD11)
PASS following::node() (context = CHILD2)
PASS //CHILD | //@attr1
PASS //CHILD | //@attr1 | //*[@name='GCHILD12'] | //@attr31
PASS (//CHILD | //@attr1 | //*[@name='GCHILD12'] | //@attr31)[3]
PASS (//CHILD | //@attr1 | //*[@name='GCHILD12'] | //@attr31)[position() = last()]
PASS //CHILD[2]/GCHILD | //CHILD[1]/GCHILD
PASS doc.evaluate("string(//*[@name='GCHILD12'] | //CHILD | //@attr1 | //@attr31)", doc, null, XPathResult.STRING_TYPE, null).stringValue is "TEXT1"
PASS descendant::node() (context = attr1)
PASS child::node() (context = attr1)
PASS parent::node() (context = attr1)
PASS following-sibling::node() (context = attr1)
PASS preceding-sibling::node() (context = attr4)
PASS attribute::node() (context = attr1)
PASS self::node() (context = attr1)
PASS self::* (context = attr1)
PASS descendant-or-self::node() (context = attr1)
PASS ancestor-or-self::node() (context = attr1)
PASS successfullyParsed is true

TEST COMPLETE