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

Unified Diff: LayoutTests/svg/dom/points-parser-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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/svg/dom/SVGPointList-basics-expected.txt ('k') | Source/bindings/scripts/code_generator_v8.pm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/points-parser-expected.txt
diff --git a/LayoutTests/svg/dom/points-parser-expected.txt b/LayoutTests/svg/dom/points-parser-expected.txt
index a66a2ef0b8ab262ff39e5709d72388f9f97ce3d2..507526563311095bf52d3235abb949fd4da37302 100644
--- a/LayoutTests/svg/dom/points-parser-expected.txt
+++ b/LayoutTests/svg/dom/points-parser-expected.txt
@@ -1,14 +1,14 @@
-CONSOLE ERROR: Error: Problem parsing points="a"
-CONSOLE ERROR: Error: Problem parsing points="10"
-CONSOLE ERROR: Error: Problem parsing points="10,"
-CONSOLE ERROR: Error: Problem parsing points="10,,"
-CONSOLE ERROR: Error: Problem parsing points="10,,10"
-CONSOLE ERROR: Error: Problem parsing points="10,10,"
-CONSOLE ERROR: Error: Problem parsing points="10,10a"
-CONSOLE ERROR: Error: Problem parsing points=",10"
-CONSOLE ERROR: Error: Problem parsing points=",10,"
-CONSOLE ERROR: Error: Problem parsing points=",10,,"
-CONSOLE ERROR: Error: Problem parsing points=",10,10"
+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"
This tests the parser for points attribute values.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
« no previous file with comments | « LayoutTests/svg/dom/SVGPointList-basics-expected.txt ('k') | Source/bindings/scripts/code_generator_v8.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698