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

Unified Diff: third_party/WebKit/LayoutTests/inspector/coverage/gutter-css-expected.txt

Issue 2763183002: DevTools: remove nesting depth tracking from coverage (Closed)
Patch Set: DevTools: remove nesting depth tracking from coverage 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/coverage/gutter-css-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/coverage/gutter-css-expected.txt b/third_party/WebKit/LayoutTests/inspector/coverage/gutter-css-expected.txt
index 54c4ad6d50d1a117fbf9d0626aef0aabc906a4b6..74e966b79f56a45741d7e9cdfc86aa65e03e55c6 100644
--- a/third_party/WebKit/LayoutTests/inspector/coverage/gutter-css-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/coverage/gutter-css-expected.txt
@@ -2,5 +2,28 @@ PASS
Tests the coverage highlight in sources after the recording finishes.
-5,6,7,9,10,11,12,18,19,20,22,23,24
+0: + body {
+1: + background-color: lightblue;
+2: * }
+3: -
+4: - .class {
+5: - color: red;
+6: - }
+7: -
+8: - .class2 {
+9: - color:green;
+10: - font-style: italic;
+11: - }
+12: -
+13: * #id {
+14: + color: blue
+15: * }
+16: -
+17: - notUsed {
+18: - color: black
+19: - }
+20: -
+21: - notUsed2 {
+22: - color: white
+23: - }

Powered by Google App Engine
This is Rietveld 408576698