Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / selectSubString-expected.txt
blob693ca7ff0f8531514fbe798210f664a6a4dc4de4
1 PASS svgText.selectSubString(-1, 0) threw exception IndexSizeError: Failed to execute 'selectSubString' on 'SVGTextContentElement': The charnum provided (4294967295) is greater than the maximum bound (3)..
2 PASS svgText.getSubStringLength(0, -1) did not throw exception.
3 PASS svgText.getSubStringLength(3, 0) threw exception IndexSizeError: Failed to execute 'getSubStringLength' on 'SVGTextContentElement': The charnum provided (3) is greater than or equal to the maximum bound (3)..
4 PASS successfullyParsed is true
6 TEST COMPLETE