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

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

Issue 2186773002: Revert of Devtools Color: Basic support for #RRGGBBAA and #RGBA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Manual revert Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
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 c10d6167c00d5c9add2453aca5c6216ed964fff2..8e2f7f17f93b45cdbfc626b0b1cc24179ad1981b 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,12 +5,8 @@ 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)
@@ -23,13 +19,9 @@ hsla(1, 100%, 50%, 0.2)
Testing: red
rgba(255, 0, 0, 0)
Testing: #ABC
-#abc0
-Testing: #1234
-#1230
+rgba(170, 187, 204, 0)
Testing: #ABCDEF
-#abcdef00
-Testing: #ABCDEFAA
-#abcdef00
+rgba(171, 205, 239, 0)
Testing: rgb(1, 2, 3)
rgba(1, 2, 3, 0)
Testing: rgba(1, 2, 3, 0.2)
@@ -45,25 +37,19 @@ 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
-hex
+rgb
Testing: hsl(1, 100%, 50%)
hex
rgb
Testing: hsla(1, 100%, 50%, 0.2)
-hex
rgb
+hsl

Powered by Google App Engine
This is Rietveld 408576698