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

Side by Side 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 unified diff | Download patch
OLDNEW
1 PASS 1 PASS
2 2
3 Tests the coverage highlight in sources after the recording finishes. 3 Tests the coverage highlight in sources after the recording finishes.
4 4
5 5,6,7,9,10,11,12,18,19,20,22,23,24 5 0: + body {
6 1: + background-color: lightblue;
7 2: * }
8 3: -
9 4: - .class {
10 5: - color: red;
11 6: - }
12 7: -
13 8: - .class2 {
14 9: - color:green;
15 10: - font-style: italic;
16 11: - }
17 12: -
18 13: * #id {
19 14: + color: blue
20 15: * }
21 16: -
22 17: - notUsed {
23 18: - color: black
24 19: - }
25 20: -
26 21: - notUsed2 {
27 22: - color: white
28 23: - }
6 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698