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

Unified Diff: LayoutTests/svg/dom/path-parser-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 years, 2 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/fuzz-path-parser-expected.txt ('k') | LayoutTests/svg/dom/points-parser-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/path-parser-expected.txt
diff --git a/LayoutTests/svg/dom/path-parser-expected.txt b/LayoutTests/svg/dom/path-parser-expected.txt
index e5a16062f34bad3e3d88d16bf5b7cd9441ba7cfb..18158d882d08968dbc11831371e477fcbec05150 100644
--- a/LayoutTests/svg/dom/path-parser-expected.txt
+++ b/LayoutTests/svg/dom/path-parser-expected.txt
@@ -1,13 +1,13 @@
-CONSOLE MESSAGE: Error: Problem parsing d="M100,200 a3,4,5,2,1,6,7"
-CONSOLE MESSAGE: Error: Problem parsing d="M100,200 a3,4,5,1,2,6,7"
-CONSOLE MESSAGE: Error: Problem parsing d=" M1,2"
-CONSOLE MESSAGE: Error: Problem parsing d="xM1,2"
-CONSOLE MESSAGE: Error: Problem parsing d="M1,2 "
-CONSOLE MESSAGE: Error: Problem parsing d="M1,2x"
-CONSOLE MESSAGE: Error: Problem parsing d="M1,2 L40,0#90"
-CONSOLE MESSAGE: Error: Problem parsing d=""
-CONSOLE MESSAGE: Error: Problem parsing d="x"
-CONSOLE MESSAGE: Error: Problem parsing d="L1,2"
+CONSOLE ERROR: Error: Problem parsing d="M100,200 a3,4,5,2,1,6,7"
+CONSOLE ERROR: Error: Problem parsing d="M100,200 a3,4,5,1,2,6,7"
+CONSOLE ERROR: Error: Problem parsing d=" M1,2"
+CONSOLE ERROR: Error: Problem parsing d="xM1,2"
+CONSOLE ERROR: Error: Problem parsing d="M1,2 "
+CONSOLE ERROR: Error: Problem parsing d="M1,2x"
+CONSOLE ERROR: Error: Problem parsing d="M1,2 L40,0#90"
+CONSOLE ERROR: Error: Problem parsing d=""
+CONSOLE ERROR: Error: Problem parsing d="x"
+CONSOLE ERROR: Error: Problem parsing d="L1,2"
This tests the SVG path parser by parsing and then re-serializing various paths.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
« no previous file with comments | « LayoutTests/svg/dom/fuzz-path-parser-expected.txt ('k') | LayoutTests/svg/dom/points-parser-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698