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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/styles-invalid-color-values-expected.txt

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698