Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xpath / py-dom-xpath / nodetests-expected.txt
blob07002db731da5a52514d063a44c18d637f320da3
1 PASS /descendant::item
2 PASS /descendant::a:item
3 PASS /descendant::b:*
4 PASS docns.evaluate("//x:*", docns, nsResolver, XPathResult.ANY_TYPE, null) threw exception NamespaceError: Failed to execute 'evaluate' on 'Document': The string '//x:*' contains unresolvable namespaces..
5 PASS doc/child::*
6 PASS a:doc/child::*
7 PASS //attribute::color
8 PASS //attribute::color
9 PASS //attribute::b:*
10 PASS //attribute::*
11 PASS count(//attribute::*)
12 PASS doc/child::text()
13 PASS doc/child::comment()
14 PASS doc/child::processing-instruction()
15 PASS doc/child::processing-instruction("one")
16 PASS successfullyParsed is true
18 TEST COMPLETE