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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-3/spectrum-expected.txt

Issue 1797323003: DevTools: Hex colors aren't forced to uppercase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests Created 4 years, 9 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 Tests WebInspector.Spectrum 1 Tests WebInspector.Spectrum
2 2
3 --- Testing colorString() 3 --- Testing colorString()
4 Testing: red 4 Testing: red
5 red 5 red
6 Testing: #ABC 6 Testing: #ABC
7 #ABC 7 #abc
8 Testing: #ABCDEF 8 Testing: #ABCDEF
9 #ABCDEF 9 #abcdef
10 Testing: rgb(1, 2, 3) 10 Testing: rgb(1, 2, 3)
11 rgb(1, 2, 3) 11 rgb(1, 2, 3)
12 Testing: rgba(1, 2, 3, 0.2) 12 Testing: rgba(1, 2, 3, 0.2)
13 rgba(1, 2, 3, 0.2) 13 rgba(1, 2, 3, 0.2)
14 Testing: hsl(1, 100%, 50%) 14 Testing: hsl(1, 100%, 50%)
15 hsl(1, 100%, 50%) 15 hsl(1, 100%, 50%)
16 Testing: hsla(1, 100%, 50%, 0.2) 16 Testing: hsla(1, 100%, 50%, 0.2)
17 hsla(1, 100%, 50%, 0.2) 17 hsla(1, 100%, 50%, 0.2)
18 --- Testing alpha changes 18 --- Testing alpha changes
19 Testing: red 19 Testing: red
(...skipping 26 matching lines...) Expand all
46 Testing: rgba(1, 2, 3, 0.2) 46 Testing: rgba(1, 2, 3, 0.2)
47 hsl 47 hsl
48 rgb 48 rgb
49 Testing: hsl(1, 100%, 50%) 49 Testing: hsl(1, 100%, 50%)
50 hex 50 hex
51 rgb 51 rgb
52 Testing: hsla(1, 100%, 50%, 0.2) 52 Testing: hsla(1, 100%, 50%, 0.2)
53 rgb 53 rgb
54 hsl 54 hsl
55 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698