summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/xpath/py-dom-xpath/abbreviations-expected.txt
blob: 2d664fa1ca511e0a582aefc32f649f1a5ca52525 (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
PASS para
PASS *
PASS text()
PASS @name
PASS @*
PASS para[1]
PASS para[last()]
PASS */para
PASS /doc/chapter[5]/section[2]
PASS chapter//para
PASS //para
PASS //olist/item
PASS .
PASS ./para
PASS ..
PASS ../@lang
PASS para[@type="warning"]
PASS para[@type="warning"][5]
PASS para[5][@type="warning"]
PASS chapter[title='Introduction']
PASS chapter[title]
PASS employee[@secretary and @assistant]
PASS successfullyParsed is true

TEST COMPLETE