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

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

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline Created 3 years, 11 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 Components.Spectrum 1 Tests ColorPicker.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)
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
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