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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit-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-1/color-aware-property-value-edit-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit-expected.txt
index 10fc4f121bfeea8878bebd9773b4383d76427ea0..65d2e148c98b3a3390cd8697fe344b07241a1d0d 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit-expected.txt
@@ -9,7 +9,7 @@ Running: editKeywordAsOriginal
1px solid red
Running: editKeywordAsHex
-1px solid #F00
+1px solid #f00
Running: editKeywordAsHSL
1px solid hsl(0, 100%, 50%)
@@ -21,7 +21,7 @@ Running: editHexAsOriginal
#ffffee
Running: editHexAsHex
-#FFE
+#ffe
Running: editHexAsHSL
hsl(60, 100%, 97%)

Powered by Google App Engine
This is Rietveld 408576698