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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/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, 10 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: Invalid value for <polyline> attribute points="a" 1 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="a"
2 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10" 2 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10"
3 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10," 3 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,"
4 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,," 4 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,,"
5 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,,10" 5 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,,10"
6 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,10," 6 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,10,"
7 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,10a" 7 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,10a"
8 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points=",10" 8 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points=",10"
9 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points=",10," 9 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,,"
(...skipping 110 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