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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/resources/highlight-in-source.css

Issue 2472213005: DevTools: introduce "Track CSS Usage" experiment (Closed)
Patch Set: Unused CSS highlight in sources panel Created 4 years, 1 month 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 body {
2 background-color: lightblue;
3 }
4
5 .class {
6 color: red;
7 }
8
9 .class2 {
10 color:green;
11 font-style: italic;
12 }
13
14 #id {
15 color: blue
16 }
17
18 notUsed {
19 color: black
20 }
21
22 notUsed2 {
23 color: white
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698