Index: third_party/WebKit/LayoutTests/svg/dom/points-parser-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/dom/points-parser-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/points-parser-expected.txt |
index 42d826964b618651f01aa5b99a4101849b4aa3d3..56dfe5eed573e65e7b819ed51e375101c200a7d4 100644 |
--- a/third_party/WebKit/LayoutTests/svg/dom/points-parser-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/dom/points-parser-expected.txt |
@@ -1,14 +1,14 @@ |
-CONSOLE ERROR: Error: <polyline> attribute points: Expected number, "a". |
-CONSOLE ERROR: Error: <polyline> attribute points: Unexpected end of attribute. Expected number, "10". |
-CONSOLE ERROR: Error: <polyline> attribute points: Unexpected end of attribute. Expected number, "10,". |
-CONSOLE ERROR: Error: <polyline> attribute points: Expected number, "10,,". |
-CONSOLE ERROR: Error: <polyline> attribute points: Expected number, "10,,10". |
-CONSOLE ERROR: Error: <polyline> attribute points: Unexpected end of attribute. Expected number, "10,10,". |
-CONSOLE ERROR: Error: <polyline> attribute points: Expected number, "10,10a". |
-CONSOLE ERROR: Error: <polyline> attribute points: Expected number, ",10". |
-CONSOLE ERROR: Error: <polyline> attribute points: Expected number, ",10,". |
-CONSOLE ERROR: Error: <polyline> attribute points: Expected number, ",10,,". |
-CONSOLE ERROR: Error: <polyline> attribute points: Expected number, ",10,10". |
+CONSOLE ERROR: line 17: Error: <polyline> attribute points: Expected number, "a". |
+CONSOLE ERROR: line 17: Error: <polyline> attribute points: Unexpected end of attribute. Expected number, "10". |
+CONSOLE ERROR: line 17: Error: <polyline> attribute points: Unexpected end of attribute. Expected number, "10,". |
+CONSOLE ERROR: line 17: Error: <polyline> attribute points: Expected number, "10,,". |
+CONSOLE ERROR: line 17: Error: <polyline> attribute points: Expected number, "10,,10". |
+CONSOLE ERROR: line 17: Error: <polyline> attribute points: Unexpected end of attribute. Expected number, "10,10,". |
+CONSOLE ERROR: line 17: Error: <polyline> attribute points: Expected number, "10,10a". |
+CONSOLE ERROR: line 17: Error: <polyline> attribute points: Expected number, ",10". |
+CONSOLE ERROR: line 17: Error: <polyline> attribute points: Expected number, ",10,". |
+CONSOLE ERROR: line 17: Error: <polyline> attribute points: Expected number, ",10,,". |
+CONSOLE ERROR: line 17: Error: <polyline> attribute points: Expected number, ",10,10". |
This tests the parser for points attribute values. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |