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

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

Issue 1986053004: Devtools Color: Basic support for #RRGGBBAA and #RGBA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 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

Powered by Google App Engine
This is Rietveld 408576698