Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector-protocol / css / css-create-stylesheet-and-add-rule-expected.txt
1 Inspected contents
2 Style sheet added: regular (stylesheet.css)
3 Dumping matched rules: 
4 *#inspected* {    regular
5     color: red;
6 }
7 Adding a rule to the existing stylesheet.
8 Dumping matched rules: 
9 *#inspected* {    regular
10     color: red;
11 }
12 *#inspected* {    regular
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
19     color: red;
20 }
21 *#inspected* {    regular
22 }
23 *#inspected* {    inspector
24 }
25