Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: LayoutTests/svg/custom/acid3-test-77-expected.txt

Issue 615093002: Auto-rebaseline for r182920 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Acid3 test 77, checking text metric functionality 1 Acid3 test 77, checking text metric functionality
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS text.getNumberOfChars() is 3 6 PASS text.getNumberOfChars() is 3
7 FAIL text.getComputedTextLength() should be 4776. Was 5550.78125. 7 FAIL text.getComputedTextLength() should be 4776. Was 5550.78125.
8 FAIL text.getSubStringLength(0,1) should be 42. Was 1775.390625. 8 FAIL text.getSubStringLength(0,1) should be 42. Was 1775.390625.
9 FAIL text.getSubStringLength(0,2) should be 65. Was 3775.390625. 9 FAIL text.getSubStringLength(0,2) should be 65. Was 3775.390625.
10 FAIL text.getSubStringLength(1,1) should be 23. Was 2000. 10 FAIL text.getSubStringLength(1,1) should be 23. Was 2000.
(...skipping 10 matching lines...) Expand all
21 PASS text.getEndPositionOfChar(4) threw exception IndexSizeError: Failed to exec ute 'getEndPositionOfChar' on 'SVGTextContentElement': The charnum provided (4) is greater than the maximum bound (3).. 21 PASS text.getEndPositionOfChar(4) threw exception IndexSizeError: Failed to exec ute 'getEndPositionOfChar' on 'SVGTextContentElement': The charnum provided (4) is greater than the maximum bound (3)..
22 FAIL text.getEndPositionOfChar(0).x should be 42. Was 1775.390625. 22 FAIL text.getEndPositionOfChar(0).x should be 42. Was 1775.390625.
23 FAIL text.getEndPositionOfChar(1).x should be 65. Was 3775.390625. 23 FAIL text.getEndPositionOfChar(1).x should be 65. Was 3775.390625.
24 FAIL text.getEndPositionOfChar(2).x should be 4776. Was 5550.78125. 24 FAIL text.getEndPositionOfChar(2).x should be 4776. Was 5550.78125.
25 PASS text.getEndPositionOfChar(-17) threw exception IndexSizeError: Failed to ex ecute 'getEndPositionOfChar' on 'SVGTextContentElement': The charnum provided (4 294967279) is greater than the maximum bound (3).. 25 PASS text.getEndPositionOfChar(-17) threw exception IndexSizeError: Failed to ex ecute 'getEndPositionOfChar' on 'SVGTextContentElement': The charnum provided (4 294967279) is greater than the maximum bound (3)..
26 PASS text.getEndPositionOfChar(4) threw exception IndexSizeError: Failed to exec ute 'getEndPositionOfChar' on 'SVGTextContentElement': The charnum provided (4) is greater than the maximum bound (3).. 26 PASS text.getEndPositionOfChar(4) threw exception IndexSizeError: Failed to exec ute 'getEndPositionOfChar' on 'SVGTextContentElement': The charnum provided (4) is greater than the maximum bound (3)..
27 PASS successfullyParsed is true 27 PASS successfullyParsed is true
28 28
29 TEST COMPLETE 29 TEST COMPLETE
30 30
OLDNEW
« no previous file with comments | « LayoutTests/svg/clip-path/clip-path-text-expected.txt ('k') | LayoutTests/svg/custom/empty-mask-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698