| OLD | NEW |
| 1 Tests that the inspected page does not crash after inspecting element with CSSOM
added rules. Bug 373508 | 1 Tests that the inspected page does not crash after inspecting element with CSSOM
added rules. Bug 373508 |
| 2 Inspecting this element crashes DevTools | 2 Inspecting this element crashes DevTools |
| 3 [expanded] | 3 [expanded] |
| 4 element.style { () | 4 element.style { () |
| 5 | 5 |
| 6 [expanded] | 6 [expanded] |
| 7 #box { (<style>…</style>) | 7 #box { (<style>…</style>) |
| 8 color: white; | 8 color: white; |
| 9 background: red; | 9 background: red; |
| 10 | 10 |
| 11 [expanded] | 11 [expanded] |
| 12 div { (cssom-media-ins…-crash.html:20 -> cssom-media-insert-crash.html:20:1) | 12 div { (cssom-media-ins…-crash.html:20 -> cssom-media-insert-crash.html:20:6) |
| 13 border: 1px solid black; | 13 border: 1px solid black; |
| 14 /-- overloaded --/ background-color: white; | 14 /-- overloaded --/ background-color: white; |
| 15 padding: 20px; | 15 padding: 20px; |
| 16 | 16 |
| 17 [expanded] | 17 [expanded] |
| 18 div { (user agent stylesheet) | 18 div { (user agent stylesheet) |
| 19 display: block; | 19 display: block; |
| 20 | 20 |
| 21 | 21 |
| OLD | NEW |