| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-3/spectrum-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/spectrum-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/spectrum-expected.txt
|
| index 8e2f7f17f93b45cdbfc626b0b1cc24179ad1981b..c10d6167c00d5c9add2453aca5c6216ed964fff2 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/spectrum-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/spectrum-expected.txt
|
| @@ -5,8 +5,12 @@ Testing: red
|
| red
|
| Testing: #ABC
|
| #abc
|
| +Testing: #1234
|
| +#1234
|
| Testing: #ABCDEF
|
| #abcdef
|
| +Testing: #ABCDEFAA
|
| +#abcdefaa
|
| Testing: rgb(1, 2, 3)
|
| rgb(1, 2, 3)
|
| Testing: rgba(1, 2, 3, 0.2)
|
| @@ -19,9 +23,13 @@ hsla(1, 100%, 50%, 0.2)
|
| Testing: red
|
| rgba(255, 0, 0, 0)
|
| Testing: #ABC
|
| -rgba(170, 187, 204, 0)
|
| +#abc0
|
| +Testing: #1234
|
| +#1230
|
| Testing: #ABCDEF
|
| -rgba(171, 205, 239, 0)
|
| +#abcdef00
|
| +Testing: #ABCDEFAA
|
| +#abcdef00
|
| Testing: rgb(1, 2, 3)
|
| rgba(1, 2, 3, 0)
|
| Testing: rgba(1, 2, 3, 0.2)
|
| @@ -37,19 +45,25 @@ hsl
|
| Testing: #ABC
|
| rgb
|
| hsl
|
| +Testing: #1234
|
| +rgb
|
| +hsl
|
| Testing: #ABCDEF
|
| rgb
|
| hsl
|
| +Testing: #ABCDEFAA
|
| +rgb
|
| +hsl
|
| Testing: rgb(1, 2, 3)
|
| hsl
|
| hex
|
| Testing: rgba(1, 2, 3, 0.2)
|
| hsl
|
| -rgb
|
| +hex
|
| Testing: hsl(1, 100%, 50%)
|
| hex
|
| rgb
|
| Testing: hsla(1, 100%, 50%, 0.2)
|
| +hex
|
| rgb
|
| -hsl
|
|
|
|
|