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

Side by Side Diff: LayoutTests/svg/custom/poly-parsing-error-expected.txt

Issue 132233016: [SVG] SVGAnimatedPointList migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: set NeedsRebaseline Created 6 years, 11 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 CONSOLE ERROR: Error: Problem parsing points="80,200 80,300 150,250 80,200 250" 1 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="80,200 80,3 00 150,250 80,200 250"
2 CONSOLE ERROR: Error: Problem parsing points="180,200 180,300 250,250 180,200 25 0" 2 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="180,200 180 ,300 250,250 180,200 250"
3 CONSOLE ERROR: Error: Problem parsing points="80,60 80,160 150,110 80" 3 CONSOLE ERROR: Error: Invalid value for <polygon> attribute points="80,60 80,160 150,110 80"
4 CONSOLE ERROR: Error: Problem parsing points="180,60 180,160 250,110 180" 4 CONSOLE ERROR: Error: Invalid value for <polygon> attribute points="180,60 180,1 60 250,110 180"
5 Tests whether polygons render up to first parsing error. 5 Tests whether polygons render up to first parsing error.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 PASS poly1.points.numberOfItems is 4 10 PASS poly1.points.numberOfItems is 4
11 PASS poly2.points.numberOfItems is 4 11 PASS poly2.points.numberOfItems is 4
12 PASS poly3.points.numberOfItems is 4 12 PASS poly3.points.numberOfItems is 4
13 PASS poly4.points.numberOfItems is 4 13 PASS poly4.points.numberOfItems is 4
14 PASS poly5.points.numberOfItems is 3 14 PASS poly5.points.numberOfItems is 3
15 PASS poly6.points.numberOfItems is 3 15 PASS poly6.points.numberOfItems is 3
16 PASS poly7.points.numberOfItems is 3 16 PASS poly7.points.numberOfItems is 3
17 PASS poly8.points.numberOfItems is 3 17 PASS poly8.points.numberOfItems is 3
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/immutable-properties-expected.txt ('k') | LayoutTests/svg/custom/polyline-invalid-points-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698