| Index: LayoutTests/svg/custom/acid3-test-77-expected.txt
|
| diff --git a/LayoutTests/svg/custom/acid3-test-77-expected.txt b/LayoutTests/svg/custom/acid3-test-77-expected.txt
|
| index 4a73a1837a7a8fe6f0a5afc9eb448194531fb290..ac69691b45f34da299edcfe5be957bf70e9e4087 100644
|
| --- a/LayoutTests/svg/custom/acid3-test-77-expected.txt
|
| +++ b/LayoutTests/svg/custom/acid3-test-77-expected.txt
|
| @@ -11,19 +11,19 @@ PASS text.getSubStringLength(1,1) is 23
|
| PASS text.getSubStringLength(1,0) is 0
|
| PASS text.getSubStringLength(1, 3) is 4734
|
| PASS text.getSubStringLength(0, 4) is 4776
|
| -PASS text.getSubStringLength(3, 0) threw exception Error: IndexSizeError: DOM Exception 1.
|
| -PASS text.getSubStringLength(-17, 20) threw exception Error: IndexSizeError: DOM Exception 1.
|
| +PASS text.getSubStringLength(3, 0) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
|
| +PASS text.getSubStringLength(-17, 20) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
|
| PASS text.getStartPositionOfChar(0).x is 0
|
| PASS text.getStartPositionOfChar(1).x is 42
|
| PASS text.getStartPositionOfChar(2).x is 42+23
|
| PASS text.getStartPositionOfChar(0).y is 4000
|
| -PASS text.getEndPositionOfChar(-1) threw exception Error: IndexSizeError: DOM Exception 1.
|
| -PASS text.getEndPositionOfChar(4) threw exception Error: IndexSizeError: DOM Exception 1.
|
| +PASS text.getEndPositionOfChar(-1) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
|
| +PASS text.getEndPositionOfChar(4) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
|
| PASS text.getEndPositionOfChar(0).x is 42
|
| PASS text.getEndPositionOfChar(1).x is 42+23
|
| PASS text.getEndPositionOfChar(2).x is 42+23+4711
|
| -PASS text.getEndPositionOfChar(-17) threw exception Error: IndexSizeError: DOM Exception 1.
|
| -PASS text.getEndPositionOfChar(4) threw exception Error: IndexSizeError: DOM Exception 1.
|
| +PASS text.getEndPositionOfChar(-17) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
|
| +PASS text.getEndPositionOfChar(4) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|