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

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

Issue 1992663003: [DevTools] Capture call stacks for svg parser console messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
1 CONSOLE ERROR: Error: <polyline> attribute points: Expected number, "a". 1 CONSOLE ERROR: line 17: Error: <polyline> attribute points: Expected number, "a" .
2 CONSOLE ERROR: Error: <polyline> attribute points: Unexpected end of attribute. Expected number, "10". 2 CONSOLE ERROR: line 17: Error: <polyline> attribute points: Unexpected end of at tribute. Expected number, "10".
3 CONSOLE ERROR: Error: <polyline> attribute points: Unexpected end of attribute. Expected number, "10,". 3 CONSOLE ERROR: line 17: Error: <polyline> attribute points: Unexpected end of at tribute. Expected number, "10,".
4 CONSOLE ERROR: Error: <polyline> attribute points: Expected number, "10,,". 4 CONSOLE ERROR: line 17: Error: <polyline> attribute points: Expected number, "10 ,,".
5 CONSOLE ERROR: Error: <polyline> attribute points: Expected number, "10,,10". 5 CONSOLE ERROR: line 17: Error: <polyline> attribute points: Expected number, "10 ,,10".
6 CONSOLE ERROR: Error: <polyline> attribute points: Unexpected end of attribute. Expected number, "10,10,". 6 CONSOLE ERROR: line 17: Error: <polyline> attribute points: Unexpected end of at tribute. Expected number, "10,10,".
7 CONSOLE ERROR: Error: <polyline> attribute points: Expected number, "10,10a". 7 CONSOLE ERROR: line 17: Error: <polyline> attribute points: Expected number, "10 ,10a".
8 CONSOLE ERROR: Error: <polyline> attribute points: Expected number, ",10". 8 CONSOLE ERROR: line 17: Error: <polyline> attribute points: Expected number, ",1 0".
9 CONSOLE ERROR: Error: <polyline> attribute points: Expected number, ",10,". 9 CONSOLE ERROR: line 17: Error: <polyline> attribute points: Expected number, ",1 0,".
10 CONSOLE ERROR: Error: <polyline> attribute points: Expected number, ",10,,". 10 CONSOLE ERROR: line 17: Error: <polyline> attribute points: Expected number, ",1 0,,".
11 CONSOLE ERROR: Error: <polyline> attribute points: Expected number, ",10,10". 11 CONSOLE ERROR: line 17: Error: <polyline> attribute points: Expected number, ",1 0,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

Powered by Google App Engine
This is Rietveld 408576698