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

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

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
1 Inspected contents 1 Inspected contents
2 Style sheet added: regular (stylesheet.css) 2 Style sheet added: regular (stylesheet.css)
3 Dumping matched rules: 3 Dumping matched rules:
4 *#inspected* { regular 4 *#inspected* { regular
5 color: red; 5 color: red;
6 } 6 }
7 Adding a rule to the existing stylesheet. 7 Adding a rule to the existing stylesheet.
8 ==== Style sheet text ====
9 #inspected {}#inspected {
10 color: red;
11 }
8 Dumping matched rules: 12 Dumping matched rules:
9 *#inspected* { regular 13 *#inspected* { regular
10 color: red;
11 } 14 }
12 *#inspected* { regular 15 *#inspected* { regular
16 color: red;
13 } 17 }
14 Creating inspector stylesheet. 18 Creating inspector stylesheet.
15 Style sheet added: inspector 19 Style sheet added: inspector
16 Adding a rule to the inspector stylesheet. 20 Adding a rule to the inspector stylesheet.
21 ==== Style sheet text ====
22 #inspected {}
17 Dumping matched rules: 23 Dumping matched rules:
18 *#inspected* { regular 24 *#inspected* { regular
25 }
26 *#inspected* { regular
19 color: red; 27 color: red;
20 } 28 }
21 *#inspected* { regular
22 }
23 *#inspected* { inspector 29 *#inspected* { inspector
24 } 30 }
25 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698