| OLD | NEW |
| 1 Tests that adding a new rule does not crash the renderer and modifying an inline
style does not report errors when forbidden by Content-Security-Policy. | 1 Tests that adding a new rule does not crash the renderer and modifying an inline
style does not report errors when forbidden by Content-Security-Policy. |
| 2 | 2 |
| 3 Text | 3 Text |
| 4 | 4 |
| 5 Running: testSetUp | 5 Running: testSetUp |
| 6 | 6 |
| 7 Running: testAddRule | 7 Running: testAddRule |
| 8 === Rule added === | 8 === Rule added === |
| 9 #inspected {} | 9 #inspected {} |
| 10 Selectors matching the (#inspected) node: [#inspected] | 10 Selectors matching the (#inspected) node: [#inspected] |
| 11 | 11 |
| 12 Running: testAddProperty | 12 Running: testAddProperty |
| 13 === Added rule modified === | 13 === Added rule modified === |
| 14 width: 100%; | 14 width: 100%; |
| 15 === Selector changed === | 15 === Selector changed === |
| 16 body { | 16 body { |
| 17 width: 100%; | 17 width: 100%; |
| 18 } | 18 } |
| 19 Selectors matching the (#inspected) node: [] | 19 Selectors matching the (#inspected) node: [] |
| 20 | 20 |
| 21 Running: testModifyInlineStyle | 21 Running: testModifyInlineStyle |
| 22 === Inline style modified === | 22 === Inline style modified === |
| 23 font-size: 14px; | 23 font-size: 14px; |
| 24 | 24 |
| OLD | NEW |