OLD | NEW |
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 Loading... |
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 |
OLD | NEW |