/home/clopez/webkit/webkit/layout-test-results/svg/custom/acid3-test-77-actual.txt

44
55
66PASS text.getNumberOfChars() is 3
7 PASS text.getComputedTextLength() is 4780
8 PASS text.getSubStringLength(0,1) is 44
9 PASS text.getSubStringLength(0,2) is 68
10 PASS text.getSubStringLength(1,1) is 24
 7FAIL text.getComputedTextLength() should be 4780. Was 4768.
 8FAIL text.getSubStringLength(0,1) should be 44. Was 40.
 9FAIL text.getSubStringLength(0,2) should be 68. Was 60.
 10FAIL text.getSubStringLength(1,1) should be 24. Was 20.
1111PASS text.getSubStringLength(1,0) is 0
12 PASS text.getSubStringLength(1, 3) is 4736
13 PASS text.getSubStringLength(0, 4) is 4780
 12FAIL text.getSubStringLength(1, 3) should be 4736. Was 4728.
 13FAIL text.getSubStringLength(0, 4) should be 4780. Was 4768.
1414PASS text.getSubStringLength(3, 0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
1515PASS text.getSubStringLength(-17, 20) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
1616PASS text.getStartPositionOfChar(0).x is 0
17 PASS text.getStartPositionOfChar(1).x is 44
18 PASS text.getStartPositionOfChar(2).x is 68
 17FAIL text.getStartPositionOfChar(1).x should be 44. Was 40.
 18FAIL text.getStartPositionOfChar(2).x should be 68. Was 60.
1919PASS text.getStartPositionOfChar(0).y is 4000
2020PASS text.getEndPositionOfChar(-1) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
2121PASS text.getEndPositionOfChar(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
22 PASS text.getEndPositionOfChar(0).x is 44
23 PASS text.getEndPositionOfChar(1).x is 68
24 PASS text.getEndPositionOfChar(2).x is 4780
 22FAIL text.getEndPositionOfChar(0).x should be 44. Was 40.
 23FAIL text.getEndPositionOfChar(1).x should be 68. Was 60.
 24FAIL text.getEndPositionOfChar(2).x should be 4780. Was 4768.
2525PASS text.getEndPositionOfChar(-17) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
2626PASS text.getEndPositionOfChar(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
2727PASS successfullyParsed is true