Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xpath / attribute-node-predicate-expected.txt
blob1d47ad68bad333771c807c05feb7a9eeb941c5b7
1 PASS //@id[false]
2 PASS //@id[1]/parent::*
3 PASS //@id[2]/parent::*
4 PASS //@id[string()='21']/parent::*
5 PASS //@id[string()='22']/parent::*
6 PASS successfullyParsed is true
8 TEST COMPLETE