| OLD | NEW |
| 1 Tests that computed styles expand and allow tracing to style rules. | 1 Tests that computed styles expand and allow tracing to style rules. |
| 2 | 2 |
| 3 ==== All styles (should be no computed) ==== | 3 ==== All styles (should be no computed) ==== |
| 4 [expanded] | 4 [expanded] |
| 5 element.style { () | 5 element.style { () |
| 6 | 6 |
| 7 [expanded] | 7 [expanded] |
| 8 #inspected { (lazy-computed-style.html:15 -> lazy-computed-style.html:15:1) | 8 #inspected { (lazy-computed-style.html:15 -> lazy-computed-style.html:15:1) |
| 9 background: gray; | 9 background: gray; |
| 10 background-image: initial; | 10 background-image: initial; |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 [expanded] | 66 [expanded] |
| 67 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) | 67 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) |
| 68 /-- overloaded --/ background-color: green; | 68 /-- overloaded --/ background-color: green; |
| 69 /-- overloaded --/ font-family: Times; | 69 /-- overloaded --/ font-family: Times; |
| 70 | 70 |
| 71 [expanded] | 71 [expanded] |
| 72 div { (user agent stylesheet) | 72 div { (user agent stylesheet) |
| 73 display: block; | 73 display: block; |
| 74 | 74 |
| 75 | 75 |
| OLD | NEW |