Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xpath / evaluator-exceptions-expected.txt
blobb5678aaf227223a221683487fef81f2a40713269
1 PASS evalulator.evaluate('/body', 0, nsResolver, 0, null); threw exception TypeError: Failed to execute 'evaluate' on 'XPathEvaluator': parameter 2 is not of type 'Node'..
2 PASS evalulator.evaluate('/body', fragment, nsResolver, 0, null); threw exception NotSupportedError: Failed to execute 'evaluate' on 'XPathEvaluator': The node provided is '#document-fragment', which is not a valid context node type..
3 PASS evalulator.evaluate('/body', doctype, nsResolver, 0, null); threw exception NotSupportedError: Failed to execute 'evaluate' on 'XPathEvaluator': The node provided is 'html', which is not a valid context node type..
4 PASS successfullyParsed is true
6 TEST COMPLETE