| 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 Dumping inherited rules: |
| 7 Adding a rule to the existing stylesheet. | 8 Adding a rule to the existing stylesheet. |
| 8 ==== Style sheet text ==== | 9 ==== Style sheet text ==== |
| 9 #inspected {}#inspected { | 10 #inspected {}#inspected { |
| 10 color: red; | 11 color: red; |
| 11 } | 12 } |
| 12 Dumping matched rules: | 13 Dumping matched rules: |
| 13 *#inspected* { regular | 14 *#inspected* { regular |
| 14 } | 15 } |
| 15 *#inspected* { regular | 16 *#inspected* { regular |
| 16 color: red; | 17 color: red; |
| 17 } | 18 } |
| 19 Dumping inherited rules: |
| 18 Creating inspector stylesheet. | 20 Creating inspector stylesheet. |
| 19 Style sheet added: inspector | 21 Style sheet added: inspector |
| 20 Adding a rule to the inspector stylesheet. | 22 Adding a rule to the inspector stylesheet. |
| 21 ==== Style sheet text ==== | 23 ==== Style sheet text ==== |
| 22 #inspected {} | 24 #inspected {} |
| 23 Dumping matched rules: | 25 Dumping matched rules: |
| 24 *#inspected* { regular | 26 *#inspected* { regular |
| 25 } | 27 } |
| 26 *#inspected* { regular | 28 *#inspected* { regular |
| 27 color: red; | 29 color: red; |
| 28 } | 30 } |
| 29 *#inspected* { inspector | 31 *#inspected* { inspector |
| 30 } | 32 } |
| 33 Dumping inherited rules: |
| 31 | 34 |
| OLD | NEW |