Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xpath / xpath-namespaces-expected.txt
blob49655a1350f663d22a059df98291c019a27e14ca
1 This tests that XPath expressions with prefixes work correctly.
3 PASS /ns:foo
4 PASS /ns:*
5 PASS /foo:*
6 PASS /xmpl:*
7 PASS /xmpl:*
8 PASS successfullyParsed is true
10 TEST COMPLETE