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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-inplace-formatter-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
(Empty)
1 PASS
2
3 Tests the CSS highlight in sources after the Pretty print formatting.
4
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: - }
29 24: -
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698