1 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="80,200 80,300 150,250 80,200 250"
2 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="180,200 180,300 250,250 180,200 250"
3 CONSOLE ERROR: Error: Invalid value for <polygon> attribute points="80,60 80,160 150,110 80"
4 CONSOLE ERROR: Error: Invalid value for <polygon> attribute points="180,60 180,160 250,110 180"
5 Tests whether polygons render up to first parsing error.
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
10 PASS poly1.points.numberOfItems is 4
11 PASS poly2.points.numberOfItems is 4
12 PASS poly3.points.numberOfItems is 4
13 PASS poly4.points.numberOfItems is 4
14 PASS poly5.points.numberOfItems is 3
15 PASS poly6.points.numberOfItems is 3
16 PASS poly7.points.numberOfItems is 3
17 PASS poly8.points.numberOfItems is 3
18 PASS successfullyParsed is true