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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-invalid-color-values-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-4/styles-invalid-color-values-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-invalid-color-values-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-invalid-color-values-expected.txt
index bc9e06a8cb0837abd634ab23d1c45ee82de56d3f..29d72a7ab5e2b473c88b64cc5617f3e5eb94ab64 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-invalid-color-values-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-invalid-color-values-expected.txt
@@ -9,8 +9,6 @@ color: red
nickname: red
hex: #ff0000
shorthex: #f00
- hexa: #ff0000ff
- shorthexa: #f00f
rgb: rgb(255, 0, 0)
hsl: hsl(0, 100%, 50%)
@@ -20,41 +18,6 @@ color: #F00
nickname: red
hex: #ff0000
shorthex: #F00
- hexa: #ff0000ff
- shorthexa: #f00f
- rgb: rgb(255, 0, 0)
- hsl: hsl(0, 100%, 50%)
-
-color: #F00F
- simple: true
- original: #F00F
- nickname: red
- hex: #ff0000
- shorthex: #f00
- hexa: #ff0000ff
- shorthexa: #F00F
- rgb: rgb(255, 0, 0)
- hsl: hsl(0, 100%, 50%)
-
-color: #FF0000
- simple: true
- original: #FF0000
- nickname: red
- hex: #FF0000
- shorthex: #f00
- hexa: #ff0000ff
- shorthexa: #f00f
- rgb: rgb(255, 0, 0)
- hsl: hsl(0, 100%, 50%)
-
-color: #FF0000FF
- simple: true
- original: #FF0000FF
- nickname: red
- hex: #ff0000
- shorthex: #f00
- hexa: #FF0000FF
- shorthexa: #f00f
rgb: rgb(255, 0, 0)
hsl: hsl(0, 100%, 50%)
@@ -64,8 +27,6 @@ color: rgb(255,0,0)
nickname: red
hex: #ff0000
shorthex: #f00
- hexa: #ff0000ff
- shorthexa: #f00f
rgb: rgb(255,0,0)
hsl: hsl(0, 100%, 50%)
@@ -75,8 +36,6 @@ color: rgb(300,0,0)
nickname: red
hex: #ff0000
shorthex: #f00
- hexa: #ff0000ff
- shorthexa: #f00f
rgb: rgb(255, 0, 0)
hsl: hsl(0, 100%, 50%)
@@ -86,8 +45,6 @@ color: rgb(255,-10,0)
nickname: red
hex: #ff0000
shorthex: #f00
- hexa: #ff0000ff
- shorthexa: #f00f
rgb: rgb(255, 0, 0)
hsl: hsl(0, 100%, 50%)
@@ -97,16 +54,12 @@ color: rgb(110%, 0%, 0%)
nickname: red
hex: #ff0000
shorthex: #f00
- hexa: #ff0000ff
- shorthexa: #f00f
rgb: rgb(255, 0, 0)
hsl: hsl(0, 100%, 50%)
color: rgba(0,0,0,0.5)
simple: false
original: rgba(0,0,0,0.5)
- hexa: #00000080
- shorthexa: null
rgb: null
rgba: rgba(0,0,0,0.5)
hsl: null
@@ -118,8 +71,6 @@ color: hsl(-120, 100%, 50%)
nickname: blue
hex: #0000ff
shorthex: #00f
- hexa: #0000ffff
- shorthexa: #00ff
rgb: rgb(0, 0, 255)
hsl: hsl(-120, 100%, 50%)
@@ -129,8 +80,6 @@ color: hsl(-120, 200%, 200%)
nickname: white
hex: #ffffff
shorthex: #fff
- hexa: #ffffffff
- shorthexa: #ffff
rgb: rgb(255, 255, 255)
hsl: hsl(-120, 200%, 200%)
@@ -140,8 +89,6 @@ color: hsl(-120, -200%, -200%)
nickname: black
hex: #000000
shorthex: #000
- hexa: #000000ff
- shorthexa: #000f
rgb: rgb(0, 0, 0)
hsl: hsl(0, 0%, 0%)
@@ -149,8 +96,6 @@ color: hsla(-120, -200%, -200%, -5)
simple: false
original: hsla(-120, -200%, -200%, -5)
nickname: transparent
- hexa: #00000000
- shorthexa: #0000
rgb: null
rgba: rgba(0, 0, 0, 0)
hsl: null
@@ -159,8 +104,6 @@ color: hsla(-120, -200%, -200%, -5)
color: hsla(240,100%,50%,0.05)
simple: false
original: hsla(240,100%,50%,0.05)
- hexa: #0000ff0d
- shorthexa: null
rgb: null
rgba: rgba(0, 0, 255, 0.05)
hsl: null
@@ -171,8 +114,6 @@ color: hsl(200.5,0%,50%)
original: hsl(200.5,0%,50%)
nickname: grey
hex: #808080
- hexa: #808080ff
- shorthexa: null
rgb: rgb(128, 128, 128)
hsl: hsl(200.5,0%,50%)
@@ -180,16 +121,12 @@ color: hsla(200,1.5%,50%,1)
simple: true
original: hsla(200,1.5%,50%,1)
hex: #7e8081
- hexa: #7e8081ff
- shorthexa: null
rgb: rgb(126, 128, 129)
hsl: hsl(200, 1%, 50%)
color: rgba(0,0,0,.5)
simple: false
original: rgba(0,0,0,.5)
- hexa: #00000080
- shorthexa: null
rgb: null
rgba: rgba(0,0,0,.5)
hsl: null
@@ -198,8 +135,6 @@ color: rgba(0,0,0,.5)
color: hsla(.5,.5%,.5%,.5)
simple: false
original: hsla(.5,.5%,.5%,.5)
- hexa: #01010180
- shorthexa: null
rgb: null
rgba: rgba(1, 1, 1, 0.5)
hsl: null
@@ -208,8 +143,6 @@ color: hsla(.5,.5%,.5%,.5)
color: hsla(100.5,50.5%,50.5%,.5)
simple: false
original: hsla(100.5,50.5%,50.5%,.5)
- hexa: #6ac14180
- shorthexa: null
rgb: null
rgba: rgba(106, 193, 65, 0.5)
hsl: null
@@ -218,8 +151,6 @@ color: hsla(100.5,50.5%,50.5%,.5)
color: rgba(255, 0, 0, -5)
simple: false
original: rgba(255, 0, 0, -5)
- hexa: #ff000000
- shorthexa: #f000
rgb: null
rgba: rgba(255, 0, 0, 0)
hsl: null
@@ -231,8 +162,6 @@ color: rgba(255, 0, 0, 5)
nickname: red
hex: #ff0000
shorthex: #f00
- hexa: #ff0000ff
- shorthexa: #f00f
rgb: rgb(255, 0, 0)
hsl: hsl(0, 100%, 50%)
@@ -240,6 +169,8 @@ Running: testInvalidColors
SUCCESS: parsed invalid color none to null
+SUCCESS: parsed invalid color #0000 to null
+
SUCCESS: parsed invalid color #00000 to null
SUCCESS: parsed invalid color #ggg to null

Powered by Google App Engine
This is Rietveld 408576698