Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xpath / xpath-template-element-expected.txt
blob5fdb42a1c2949a328b7092edb42c213ac092151c
1 This tests that XPath expressions do not consider (traverse into) template content
3 A B
4 PASS document.evaluate('count(//span)', test, null, XPathResult.NUMBER_TYPE, null).numberValue is 2
5 PASS successfullyParsed is true
7 TEST COMPLETE