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

Side by Side Diff: LayoutTests/inspector-protocol/css/resources/set-property-text.css

Issue 211193006: DevTools: [CSS] use setStyleText as undo action for setPropertyText (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: do not crash renderer in case of invalid styleId Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 * {
2 box-sizing: border-box;
3 }
4
5 html, body, div, a {
6 /* resetting some properties */
7 padding: 0;
8 margin: 0;
9 border: 0;
10 display: flex; /* flex FTW! */
11 }
12
13 p:first-letter {
14 font-size: 200%;
15 }
16
17 .empty-rule {
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698