OLD | NEW |
1 Tests that the displayed string for colors correctly handles clipped CSS values
and RGB percentages. | 1 Tests that the displayed string for colors correctly handles clipped CSS values
and RGB percentages. |
2 | 2 |
3 | 3 |
4 Running: testColors | 4 Running: testColors |
5 | 5 |
6 color: red | 6 color: red |
7 simple: true | 7 simple: true |
8 original: red | 8 original: red |
9 nickname: red | 9 nickname: red |
10 hex: #FF0000 | 10 hex: #FF0000 |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 SUCCESS: parsed invalid color hsl(0%, 0%, 0%) to null | 164 SUCCESS: parsed invalid color hsl(0%, 0%, 0%) to null |
165 | 165 |
166 SUCCESS: parsed invalid color hsl(0, 0%, 0) to null | 166 SUCCESS: parsed invalid color hsl(0, 0%, 0) to null |
167 | 167 |
168 SUCCESS: parsed invalid color hsl(a,b,c) to null | 168 SUCCESS: parsed invalid color hsl(a,b,c) to null |
169 | 169 |
170 SUCCESS: parsed invalid color hsla(0,0,0,0) to null | 170 SUCCESS: parsed invalid color hsla(0,0,0,0) to null |
171 | 171 |
172 SUCCESS: parsed invalid color hsla to null | 172 SUCCESS: parsed invalid color hsla to null |
173 | 173 |
OLD | NEW |