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

Side by Side Diff: LayoutTests/inspector/elements/styles/spectrum-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
(Empty)
1 Tests WebInspector.Spectrum
2
3 --- Testing colorString()
4 Testing: red
5 red
6 Testing: #ABC
7 #ABC
8 Testing: #ABCDEF
9 #ABCDEF
10 Testing: rgb(1, 2, 3)
11 rgb(1, 2, 3)
12 Testing: rgba(1, 2, 3, 0.2)
13 rgba(1, 2, 3, 0.2)
14 Testing: hsl(1, 100%, 50%)
15 hsl(1, 100%, 50%)
16 Testing: hsla(1, 100%, 50%, 0.2)
17 hsla(1, 100%, 50%, 0.2)
18 --- Testing alpha changes
19 Testing: red
20 rgba(255, 0, 0, 0)
21 Testing: #ABC
22 rgba(170, 187, 204, 0)
23 Testing: #ABCDEF
24 rgba(171, 205, 239, 0)
25 Testing: rgb(1, 2, 3)
26 rgba(1, 2, 3, 0)
27 Testing: rgba(1, 2, 3, 0.2)
28 rgba(1, 2, 3, 0)
29 Testing: hsl(1, 100%, 50%)
30 hsla(1, 100%, 50%, 0)
31 Testing: hsla(1, 100%, 50%, 0.2)
32 hsla(1, 100%, 50%, 0)
33 --- Testing _formatViewSwitch()
34 Testing: red
35 rgb
36 hsl
37 Testing: #ABC
38 rgb
39 hsl
40 Testing: #ABCDEF
41 rgb
42 hsl
43 Testing: rgb(1, 2, 3)
44 hsl
45 hex
46 Testing: rgba(1, 2, 3, 0.2)
47 hsl
48 rgb
49 Testing: hsl(1, 100%, 50%)
50 hex
51 rgb
52 Testing: hsla(1, 100%, 50%, 0.2)
53 rgb
54 hsl
55
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/styles/spectrum.html ('k') | LayoutTests/inspector/elements/styles/style-autocomplete.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698