Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / getSubStringLength-expected.txt
blobdc19c8d3511867925da319448438024b8871e79d
1 PASS svgText.getSubStringLength(-1, 2) threw exception IndexSizeError: Failed to execute 'getSubStringLength' on 'SVGTextContentElement': The charnum provided (4294967295) is greater than the maximum bound (3)..
2 PASS svgText.getSubStringLength(-1, 0) threw exception IndexSizeError: Failed to execute 'getSubStringLength' on 'SVGTextContentElement': The charnum provided (4294967295) is greater than the maximum bound (3)..
3 PASS svgText.getSubStringLength(1, 3) is 40
4 PASS svgText.getSubStringLength(0, 4) is 60
5 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)..
6 PASS svgText.getSubStringLength(0, 0) is 0
7 PASS svgText.getSubStringLength(2, 0) is 0
8 PASS svgText.getSubStringLength(0, 1) is 20
9 PASS svgText.getSubStringLength(1, 1) is 20
10 PASS svgText.getSubStringLength(2, 1) is 20
11 PASS svgText.getSubStringLength(0, 3) is 60
12 PASS svgText.getSubStringLength(1, -1) did not throw exception.
13 PASS svgText.getSubStringLength(2, -1) did not throw exception.
14 PASS svgText.getSubStringLength(3, -1) threw exception IndexSizeError: Failed to execute 'getSubStringLength' on 'SVGTextContentElement': The charnum provided (3) is greater than or equal to the maximum bound (3)..
15 PASS svgText.getSubStringLength(3, -3) threw exception IndexSizeError: Failed to execute 'getSubStringLength' on 'SVGTextContentElement': The charnum provided (3) is greater than or equal to the maximum bound (3)..
16 PASS successfullyParsed is true
18 TEST COMPLETE