OLD | NEW |
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 |
OLD | NEW |