| OLD | NEW |
| 1 Tests file system project mappings. | 1 Tests file system project mappings. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testEditingRulesInElementsPanelDoesNotAddSourceURLToOriginalFile | 4 Running: testEditingRulesInElementsPanelDoesNotAddSourceURLToOriginalFile |
| 5 Adding file system. | 5 Adding file system. |
| 6 Adding file system mapping. | 6 Adding file system mapping. |
| 7 Dumping uiSourceCode content: | 7 Dumping uiSourceCode content: |
| 8 #inspected { | 8 #inspected { |
| 9 color: red; | 9 color: red; |
| 10 } | 10 } |
| 11 | 11 |
| 12 Loading stylesheet with sourceURL: | 12 Loading stylesheet with sourceURL: |
| 13 Stylesheet loaded. | 13 Stylesheet loaded. |
| 14 Dumping matched rules: | 14 Dumping matched rules: |
| 15 [expanded] | 15 [expanded] |
| 16 element.style { () | 16 element.style { () |
| 17 | 17 |
| 18 [expanded] | 18 [expanded] |
| 19 #inspected { (foo.css:1 -> foo.css:1:1) | 19 #inspected { (foo.css:1 -> foo.css:1:13) |
| 20 color: red; | 20 color: red; |
| 21 | 21 |
| 22 [expanded] | 22 [expanded] |
| 23 div { (user agent stylesheet) | 23 div { (user agent stylesheet) |
| 24 display: block; | 24 display: block; |
| 25 | 25 |
| 26 Editing styles from elements panel: | 26 Editing styles from elements panel: |
| 27 Styles edited. | 27 Styles edited. |
| 28 Dumping matched rules: | 28 Dumping matched rules: |
| 29 [expanded] | 29 [expanded] |
| 30 element.style { () | 30 element.style { () |
| 31 | 31 |
| 32 [expanded] | 32 [expanded] |
| 33 #inspected { (foo.css:1 -> foo.css:1:1) | 33 #inspected { (foo.css:1 -> foo.css:1:13) |
| 34 color: green; | 34 color: green; |
| 35 : ; | 35 : ; |
| 36 | 36 |
| 37 [expanded] | 37 [expanded] |
| 38 div { (user agent stylesheet) | 38 div { (user agent stylesheet) |
| 39 display: block; | 39 display: block; |
| 40 | 40 |
| 41 Dumping uiSourceCode content: | 41 Dumping uiSourceCode content: |
| 42 #inspected { | 42 #inspected { |
| 43 color: green; | 43 color: green; |
| 44 } | 44 } |
| 45 | 45 |
| 46 All done. | 46 All done. |
| 47 | 47 |
| OLD | NEW |