| 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. | |
| 6 Adding file system mapping. | |
| 7 Dumping uiSourceCode content: | 5 Dumping uiSourceCode content: |
| 8 #inspected { | 6 #inspected { |
| 9 color: red; | 7 color: red; |
| 10 } | 8 } |
| 11 | 9 |
| 12 Loading stylesheet with sourceURL: | |
| 13 Stylesheet loaded. | |
| 14 Dumping matched rules: | 10 Dumping matched rules: |
| 15 [expanded] | 11 [expanded] |
| 16 element.style { () | 12 element.style { () |
| 17 | 13 |
| 18 [expanded] | 14 [expanded] |
| 19 #inspected { (foo.css:1 -> foo.css:1:13) | 15 #inspected { (foo.css:1 -> foo.css:1:13) |
| 20 color: red; | 16 color: red; |
| 21 | 17 |
| 22 [expanded] | 18 [expanded] |
| 23 div { (user agent stylesheet) | 19 div { (user agent stylesheet) |
| (...skipping 12 matching lines...) Expand all Loading... |
| 36 | 32 |
| 37 [expanded] | 33 [expanded] |
| 38 div { (user agent stylesheet) | 34 div { (user agent stylesheet) |
| 39 display: block; | 35 display: block; |
| 40 | 36 |
| 41 Dumping uiSourceCode content: | 37 Dumping uiSourceCode content: |
| 42 #inspected { | 38 #inspected { |
| 43 color: green; | 39 color: green; |
| 44 } | 40 } |
| 45 | 41 |
| 46 All done. | |
| 47 | 42 |
| OLD | NEW |