Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xpath / py-dom-xpath / abbreviations-expected.txt
blob2d664fa1ca511e0a582aefc32f649f1a5ca52525
1 PASS para
2 PASS *
3 PASS text()
4 PASS @name
5 PASS @*
6 PASS para[1]
7 PASS para[last()]
8 PASS */para
9 PASS /doc/chapter[5]/section[2]
10 PASS chapter//para
11 PASS //para
12 PASS //olist/item
13 PASS .
14 PASS ./para
15 PASS ..
16 PASS ../@lang
17 PASS para[@type="warning"]
18 PASS para[@type="warning"][5]
19 PASS para[5][@type="warning"]
20 PASS chapter[title='Introduction']
21 PASS chapter[title]
22 PASS employee[@secretary and @assistant]
23 PASS successfullyParsed is true
25 TEST COMPLETE