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-swatch-expected.txt

Issue 1599503002: DevTools: computed properties should copy-paste with delimeters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update tests Created 4 years, 11 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-swatch-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-swatch-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-swatch-expected.txt
index 9177023ef1107cdb7296944af0782bf6d84cc94d..faa2375ddd7ad0b0c0d85cf9fd0c8912c2f294a5 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-swatch-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-swatch-expected.txt
@@ -11,6 +11,6 @@ Has popover before click: false
Has popover after click: true
Running: testColorSwatchInComputedRules
-Initial color value: rgb(255, 0, 0)
-After shift-click color value: hsl(0, 100%, 50%)
+Initial color value: rgb(255, 0, 0);
+After shift-click color value: hsl(0, 100%, 50%);

Powered by Google App Engine
This is Rietveld 408576698