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

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

Issue 1181213007: DevTools: introduce CSS.setStyleText, we'll migrate setPropertyText to it later. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: win fixed Created 5 years, 6 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
1 #test { 1 #test {
2 box-sizing: border-box; 2 box-sizing: border-box;
3 } 3 }
4 4
5 #test { 5 #test {
6 /* resetting some properties */ 6 /* resetting some properties */
7 line-height: 1; 7 line-height: 1;
8 font-family: "Arial"; 8 font-family: "Arial";
9 color: blue; 9 color: blue;
10 display: flex; /* flex FTW! */ 10 display: flex; /* flex FTW! */
11 } 11 }
12 12
13 @media (min-width: 1px) { 13 @media (min-width: 1px) {
14 #test { 14 #test {
15 font-size: 200%; 15 font-size: 200%;
16 } 16 }
17 17
18 #test { 18 #test {
19 } 19 }
20 } 20 }
21 21
OLDNEW
« no previous file with comments | « LayoutTests/inspector-protocol/css/css-set-style-text-expected.txt ('k') | Source/core/inspector/InspectorCSSAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698