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

Unified Diff: LayoutTests/platform/win-xp/svg/custom/acid3-test-77-expected.txt

Issue 676953004: Rebaseline XP expectations following SVG font removal. (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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/win-xp/svg/custom/acid3-test-77-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/custom/acid3-test-77-expected.txt b/LayoutTests/platform/win-xp/svg/custom/acid3-test-77-expected.txt
index 53cb55482b7c536ffadd9b30d798a31f55bb6fa9..a2e24628b7367a800044ec1c6072fbfd58491fdd 100644
--- a/LayoutTests/platform/win-xp/svg/custom/acid3-test-77-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/custom/acid3-test-77-expected.txt
@@ -4,24 +4,24 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS text.getNumberOfChars() is 3
-PASS text.getComputedTextLength() is 4711+42+23
-PASS text.getSubStringLength(0,1) is 42
-PASS text.getSubStringLength(0,2) is 42+23
-PASS text.getSubStringLength(1,1) is 23
+FAIL text.getComputedTextLength() should be 4776. Was 5550.
+FAIL text.getSubStringLength(0,1) should be 42. Was 1775.
+FAIL text.getSubStringLength(0,2) should be 65. Was 3775.
+FAIL text.getSubStringLength(1,1) should be 23. Was 2000.
PASS text.getSubStringLength(1,0) is 0
-PASS text.getSubStringLength(1, 3) is 4734
-PASS text.getSubStringLength(0, 4) is 4776
+FAIL text.getSubStringLength(1, 3) should be 4734. Was 3775.
+FAIL text.getSubStringLength(0, 4) should be 4776. Was 5550.
PASS text.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)..
PASS text.getSubStringLength(-17, 20) threw exception IndexSizeError: Failed to execute 'getSubStringLength' on 'SVGTextContentElement': The charnum provided (4294967279) is greater than the maximum bound (3)..
PASS text.getStartPositionOfChar(0).x is 0
-PASS text.getStartPositionOfChar(1).x is 42
-PASS text.getStartPositionOfChar(2).x is 42+23
+FAIL text.getStartPositionOfChar(1).x should be 42. Was 1775.
+FAIL text.getStartPositionOfChar(2).x should be 65. Was 3775.
PASS text.getStartPositionOfChar(0).y is 4000
PASS text.getEndPositionOfChar(-1) threw exception IndexSizeError: Failed to execute 'getEndPositionOfChar' on 'SVGTextContentElement': The charnum provided (4294967295) is greater than the maximum bound (3)..
PASS text.getEndPositionOfChar(4) threw exception IndexSizeError: Failed to execute 'getEndPositionOfChar' on 'SVGTextContentElement': The charnum provided (4) is greater than the maximum bound (3)..
-PASS text.getEndPositionOfChar(0).x is 42
-PASS text.getEndPositionOfChar(1).x is 42+23
-PASS text.getEndPositionOfChar(2).x is 42+23+4711
+FAIL text.getEndPositionOfChar(0).x should be 42. Was 1775.
+FAIL text.getEndPositionOfChar(1).x should be 65. Was 3775.
+FAIL text.getEndPositionOfChar(2).x should be 4776. Was 5550.
PASS text.getEndPositionOfChar(-17) threw exception IndexSizeError: Failed to execute 'getEndPositionOfChar' on 'SVGTextContentElement': The charnum provided (4294967279) is greater than the maximum bound (3)..
PASS text.getEndPositionOfChar(4) threw exception IndexSizeError: Failed to execute 'getEndPositionOfChar' on 'SVGTextContentElement': The charnum provided (4) is greater than the maximum bound (3)..
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698