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

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

Issue 1797323003: DevTools: Hex colors aren't forced to uppercase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests Created 4 years, 9 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 5d59b59d190eb4ae10362bd3a0078bec905314cd..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
@@ -4,9 +4,9 @@ Tests WebInspector.Spectrum
Testing: red
red
Testing: #ABC
-#ABC
+#abc
Testing: #ABCDEF
-#ABCDEF
+#abcdef
Testing: rgb(1, 2, 3)
rgb(1, 2, 3)
Testing: rgba(1, 2, 3, 0.2)

Powered by Google App Engine
This is Rietveld 408576698