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

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

Issue 2865573003: DevTools: support live coverage (Closed)
Patch Set: minor polish on corner cases Created 3 years, 7 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 0: + body { 5 0: + body {
6 1: + background-color: lightblue; 6 1: + background-color: lightblue;
7 2: * } 7 2: + }
8 3: - 8 3: -
9 4: - .class { 9 4: - .class {
10 5: - color: red; 10 5: - color: red;
11 6: - } 11 6: - }
12 7: - 12 7: -
13 8: - .class2 { 13 8: - .class2 {
14 9: - color:green; 14 9: - color:green;
15 10: - font-style: italic; 15 10: - font-style: italic;
16 11: - } 16 11: - }
17 12: - 17 12: -
18 13: * #id { 18 13: + #id {
19 14: + color: blue 19 14: + color: blue
20 15: * } 20 15: + }
21 16: - 21 16: -
22 17: - notUsed { 22 17: - notUsed {
23 18: - color: black 23 18: - color: black
24 19: - } 24 19: - }
25 20: - 25 20: -
26 21: - notUsed2 { 26 21: - notUsed2 {
27 22: - color: white 27 22: - color: white
28 23: - } 28 23: - }
29 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698