Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This test checks that if style sheet is removed between two inspector launches i t is not reported to frontend. | |
| 2 | |
| 3 Running test | |
| 4 Opening front-end for the first time | |
| 5 Enabling CSS domain. | |
| 6 - style sheet added: foo.css | |
| 7 - style sheet added: bar.css | |
| 8 Closing inspector. | |
| 9 | |
| 10 Removing style sheet. | |
| 11 | |
| 12 Reopening inspector. | |
| 13 Running test | |
| 14 Opening front-end second time | |
| 15 Enabling CSS domain. | |
| 16 - style sheet added: bar.css | |
| 17 | |
| OLD | NEW |