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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/resources/color.css

Issue 2173913002: DevTools: Optimize source color picker to analyze changed lines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@escSpectrum
Patch Set: Added tests 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/resources/color.css
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/resources/color.css b/third_party/WebKit/LayoutTests/inspector/sources/resources/color.css
new file mode 100644
index 0000000000000000000000000000000000000000..a51c2c76f64539a659deddaa11a95c0fe8bac770
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/resources/color.css
@@ -0,0 +1,7 @@
+body {
+ color: blue; background color: #ffffff;
+}
+div {
+ color: rgb(0, 0, 0);
+}
+

Powered by Google App Engine
This is Rietveld 408576698