Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xpath / py-dom-xpath / data-expected.txt
blobbb91568beed7e3dca42578314084a44e17692966
1 PASS normalize-space(/)
2 PASS name(/)
3 PASS local-name(/)
4 PASS namespace-uri(/)
5 PASS normalize-space(/doc)
6 PASS string(//a:item)
7 PASS name(//a:item)
8 PASS local-name(//a:item)
9 PASS namespace-uri(//a:item)
10 PASS string(//@attribute)
11 PASS name(//@a:attribute)
12 PASS local-name(//@a:attribute)
13 PASS namespace-uri(//@a:attribute)
14 PASS string(//processing-instruction())
15 PASS name(//processing-instruction())
16 PASS local-name(//processing-instruction())
17 PASS namespace-uri(//processing-instruction())
18 PASS string(//comment())
19 PASS name(//comment())
20 PASS local-name(//comment())
21 PASS namespace-uri(//comment())
22 PASS string(//element/text())
23 PASS name(//element/text())
24 PASS local-name(//element/text())
25 PASS namespace-uri(//element/text())
26 PASS successfullyParsed is true
28 TEST COMPLETE