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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/css/resources/coverage2.css

Issue 2759703003: DevTools: add support for polling for coverage data in CSS agent (Closed)
Patch Set: moved ranges sorting so it also works for CSS ranges Created 3 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-protocol/css/resources/coverage2.css
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/css/resources/coverage2.css b/third_party/WebKit/LayoutTests/inspector-protocol/css/resources/coverage2.css
new file mode 100644
index 0000000000000000000000000000000000000000..500a066eda82a620b66c11661f646b78a26fceb0
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/css/resources/coverage2.css
@@ -0,0 +1,14 @@
+
+.notEverUsed {
+ color: pink;
+}
+
+.usedSomewhatLater { background-color: mediumspringgreen; }
+
+.usedStraightAway {
+ background-color: rebeccapurple;
+}
+
+.usedAtTheVeryEnd {
+ background-color: palegoldenrod;
+}

Powered by Google App Engine
This is Rietveld 408576698