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

Side by Side Diff: LayoutTests/inspector-protocol/css/resources/add-rule.css

Issue 441873010: DevTools: [SSP] Implement adding new rule in user stylesheet (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: minor changes Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 #test {
2 box-sizing: border-box;
3 }
4
5 #test {
6 /* resetting some properties */
7 line-height: 1;
8 font-family: "Arial";
9 color: blue;
10 display: flex; /* flex FTW! */
11 }
12
13 @media (min-width: 1px) {
14 #test {
15 font-size: 200%;
16 }
17
18 #test {
19 }
20 }
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698