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

Side by Side Diff: LayoutTests/svg/dom/points-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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: Error: Problem parsing points="a" 1 CONSOLE ERROR: Error: Problem parsing points="a"
2 CONSOLE MESSAGE: Error: Problem parsing points="10" 2 CONSOLE ERROR: Error: Problem parsing points="10"
3 CONSOLE MESSAGE: Error: Problem parsing points="10," 3 CONSOLE ERROR: Error: Problem parsing points="10,"
4 CONSOLE MESSAGE: Error: Problem parsing points="10,," 4 CONSOLE ERROR: Error: Problem parsing points="10,,"
5 CONSOLE MESSAGE: Error: Problem parsing points="10,,10" 5 CONSOLE ERROR: Error: Problem parsing points="10,,10"
6 CONSOLE MESSAGE: Error: Problem parsing points="10,10," 6 CONSOLE ERROR: Error: Problem parsing points="10,10,"
7 CONSOLE MESSAGE: Error: Problem parsing points="10,10a" 7 CONSOLE ERROR: Error: Problem parsing points="10,10a"
8 CONSOLE MESSAGE: Error: Problem parsing points=",10" 8 CONSOLE ERROR: Error: Problem parsing points=",10"
9 CONSOLE MESSAGE: Error: Problem parsing points=",10," 9 CONSOLE ERROR: Error: Problem parsing points=",10,"
10 CONSOLE MESSAGE: Error: Problem parsing points=",10,," 10 CONSOLE ERROR: Error: Problem parsing points=",10,,"
11 CONSOLE MESSAGE: Error: Problem parsing points=",10,10" 11 CONSOLE ERROR: Error: Problem parsing points=",10,10"
12 This tests the parser for points attribute values. 12 This tests the parser for points attribute values.
13 13
14 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 14 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
15 15
16 16
17 Test string: ' ' 17 Test string: ' '
18 PASS '' is '' 18 PASS '' is ''
19 19
20 Test string: '10 10' 20 Test string: '10 10'
21 PASS '10 10' is '10 10' 21 PASS '10 10' is '10 10'
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 Test string: ',10,,' 121 Test string: ',10,,'
122 PASS '' is '' 122 PASS '' is ''
123 123
124 Test string: ',10,10' 124 Test string: ',10,10'
125 PASS '' is '' 125 PASS '' is ''
126 126
127 PASS successfullyParsed is true 127 PASS successfullyParsed is true
128 128
129 TEST COMPLETE 129 TEST COMPLETE
130 130
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/path-parser-expected.txt ('k') | LayoutTests/svg/filters/feBlend-invalid-mode-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698