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

Side by Side Diff: LayoutTests/platform/win-xp/svg/text/lengthAdjust-text-metrics-expected.txt

Issue 301193007: Unreviewed Win XP rebaselines for r175038, part 9 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 Complete test of the SVGTextContentElement API 1 Complete test of the SVGTextContentElement API
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 Test SVGTextContentElement SVG DOM properties 6 Test SVGTextContentElement SVG DOM properties
7 PASS svgText.textLength.baseVal.value.toFixed(1) is "200.0" 7 PASS svgText.textLength.baseVal.value.toFixed(1) is "200.0"
8 PASS svgText.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACINGA NDGLYPHS 8 PASS svgText.lengthAdjust.baseVal is SVGTextContentElement.LENGTHADJUST_SPACINGA NDGLYPHS
9 9
10 Test getNumberOfChars() API 10 Test getNumberOfChars() API
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 > Testing point=(209.9,10.0) 71 > Testing point=(209.9,10.0)
72 PASS svgText.getCharNumAtPosition(point) is 3 72 PASS svgText.getCharNumAtPosition(point) is 3
73 > Testing point=(210.1,10.0) 73 > Testing point=(210.1,10.0)
74 PASS svgText.getCharNumAtPosition(point) is -1 74 PASS svgText.getCharNumAtPosition(point) is -1
75 > Testing point=(250.0,10.0) 75 > Testing point=(250.0,10.0)
76 PASS svgText.getCharNumAtPosition(point) is -1 76 PASS svgText.getCharNumAtPosition(point) is -1
77 PASS successfullyParsed is true 77 PASS successfullyParsed is true
78 78
79 TEST COMPLETE 79 TEST COMPLETE
80 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698