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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/points-parser-expected.txt

Issue 1623403003: Auto-rebaseline for r371022 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
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 507526563311095bf52d3235abb949fd4da37302..42d826964b618651f01aa5b99a4101849b4aa3d3 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: Invalid value for <polyline> attribute points="a"
-CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10"
-CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,"
-CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,,"
-CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,,10"
-CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,10,"
-CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,10a"
-CONSOLE ERROR: Error: Invalid value for <polyline> attribute points=",10"
-CONSOLE ERROR: Error: Invalid value for <polyline> attribute points=",10,"
-CONSOLE ERROR: Error: Invalid value for <polyline> attribute points=",10,,"
-CONSOLE ERROR: Error: Invalid value for <polyline> attribute points=",10,10"
+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".
This tests the parser for points attribute values.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698