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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position-expected.txt

Issue 2173913002: DevTools: Optimize source color picker to analyze changed lines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@escSpectrum
Patch Set: Address last comment 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/sources/color-swatch-position-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cf160a28cea841b70514da41ee7cf499a4f8cd1a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/color-swatch-position-expected.txt
@@ -0,0 +1,27 @@
+Tests that color swatch positions are updated properly.
+
+Initial swatch positions:
+Line 1, Column 11: blue
+Line 1, Column 35: #ffffff
+Line 4, Column 11: rgb(0, 0, 0)
+
+Running: testEditSpectrum
+Line 1, Column 11: #008000
+Line 1, Column 38: #ffffff
+Line 4, Column 11: rgb(0, 0, 0)
+
+Running: testAddLine
+Line 2, Column 11: #008000
+Line 2, Column 38: #ffffff
+Line 5, Column 11: rgb(0, 0, 0)
+
+Running: testDeleteLine
+Line 4, Column 11: rgb(0, 0, 0)
+
+Running: testAddColor
+Line 2, Column 7: hsl(300, 100%, 35%)
+Line 4, Column 11: rgb(0, 0, 0)
+
+Running: testInvalidateColor
+Line 4, Column 11: rgb(0, 0, 0)
+

Powered by Google App Engine
This is Rietveld 408576698