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

Side by Side Diff: LayoutTests/inspector-protocol/css/css-create-stylesheet-and-add-rule-expected.txt

Issue 177963004: DevTools: Split creating inspector stylesheet and adding a new rule into stylesheet in protocol. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed 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 Inspected contents
2 Style sheet added: regular (stylesheet.css)
3 Dumping matched rules:
4 *#inspected* { regular (stylesheet.css)
5 color: red;
6 }
7 Adding a rule to the existing stylesheet.
8 Dumping matched rules:
9 *#inspected* { regular (stylesheet.css)
10 color: red;
11 }
12 *#inspected* { regular (stylesheet.css)
13 }
14 Creating inspector stylesheet.
15 Style sheet added: inspector
16 Adding a rule to the inspector stylesheet.
17 Dumping matched rules:
18 *#inspected* { regular (stylesheet.css)
19 color: red;
20 }
21 *#inspected* { regular (stylesheet.css)
22 }
23 *#inspected* { inspector
24 }
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698