| OLD | NEW |
| 1 This test fuzzes the color parser with semi-random attribute values and dumps th
e results of any values that parse successfully. | 1 This test fuzzes the color parser with semi-random attribute values and dumps th
e results of any values that parse successfully. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 Parsed as rgb(0,0,255): blue | 6 Parsed as rgb(0,0,255): blue |
| 7 Parsed as rgb(0,255,0): rgb(0, 255, 0) | 7 Parsed as rgb(0,255,0): rgb(0, 255, 0) |
| 8 Failed to parse: rgb(100%,100%,0% | 8 Parsed as rgb(255,255,0): rgb(100%,100%,0% |
| 9 Failed to parse: rgba(100%,100%,0% | 9 Failed to parse: rgba(100%,100%,0% |
| 10 Failed to parse: rgb(100%,100%,r) | 10 Failed to parse: rgb(100%,100%,r) |
| 11 Failed to parse: rgb (100%,100%,r) | 11 Failed to parse: rgb (100%,100%,r) |
| 12 Failed to parse: rgb(100%, 1, 1) | 12 Failed to parse: rgb(100%, 1, 1) |
| 13 Failed to parse: hsl(100%,100%,100%) | 13 Failed to parse: hsl(100%,100%,100%) |
| 14 Failed to parse: yello | 14 Failed to parse: yello |
| 15 Failed to parse: !#fff | 15 Failed to parse: !#fff |
| 16 Failed to parse: #sdf | 16 Failed to parse: #sdf |
| 17 Failed to parse: # | 17 Failed to parse: # |
| 18 Failed to parse: #f | 18 Failed to parse: #f |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 Failed to parse: rgb(.27+ | 280 Failed to parse: rgb(.27+ |
| 281 Failed to parse: rgb( | 281 Failed to parse: rgb( |
| 282 Failed to parse: | 282 Failed to parse: |
| 283 Failed to parse: | 283 Failed to parse: |
| 284 Failed to parse: rgb() | 284 Failed to parse: rgb() |
| 285 Parsed as rgb(0,255,0): #0f0 | 285 Parsed as rgb(0,255,0): #0f0 |
| 286 PASS successfullyParsed is true | 286 PASS successfullyParsed is true |
| 287 | 287 |
| 288 TEST COMPLETE | 288 TEST COMPLETE |
| 289 | 289 |
| OLD | NEW |