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

Unified 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, 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: LayoutTests/inspector/elements/styles/spectrum-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/spectrum-expected.txt b/LayoutTests/inspector/elements/styles/spectrum-expected.txt
deleted file mode 100644
index 5d59b59d190eb4ae10362bd3a0078bec905314cd..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/spectrum-expected.txt
+++ /dev/null
@@ -1,55 +0,0 @@
-Tests WebInspector.Spectrum
-
---- Testing colorString()
-Testing: red
-red
-Testing: #ABC
-#ABC
-Testing: #ABCDEF
-#ABCDEF
-Testing: rgb(1, 2, 3)
-rgb(1, 2, 3)
-Testing: rgba(1, 2, 3, 0.2)
-rgba(1, 2, 3, 0.2)
-Testing: hsl(1, 100%, 50%)
-hsl(1, 100%, 50%)
-Testing: hsla(1, 100%, 50%, 0.2)
-hsla(1, 100%, 50%, 0.2)
---- Testing alpha changes
-Testing: red
-rgba(255, 0, 0, 0)
-Testing: #ABC
-rgba(170, 187, 204, 0)
-Testing: #ABCDEF
-rgba(171, 205, 239, 0)
-Testing: rgb(1, 2, 3)
-rgba(1, 2, 3, 0)
-Testing: rgba(1, 2, 3, 0.2)
-rgba(1, 2, 3, 0)
-Testing: hsl(1, 100%, 50%)
-hsla(1, 100%, 50%, 0)
-Testing: hsla(1, 100%, 50%, 0.2)
-hsla(1, 100%, 50%, 0)
---- Testing _formatViewSwitch()
-Testing: red
-rgb
-hsl
-Testing: #ABC
-rgb
-hsl
-Testing: #ABCDEF
-rgb
-hsl
-Testing: rgb(1, 2, 3)
-hsl
-hex
-Testing: rgba(1, 2, 3, 0.2)
-hsl
-rgb
-Testing: hsl(1, 100%, 50%)
-hex
-rgb
-Testing: hsla(1, 100%, 50%, 0.2)
-rgb
-hsl
-
« 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