| 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 15 matching lines...) Expand all Loading... |
| 26 [expanded] | 26 [expanded] |
| 27 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) | 27 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) |
| 28 /-- overloaded --/ background-color: green; | 28 /-- overloaded --/ background-color: green; |
| 29 /-- overloaded --/ font-family: Times; | 29 /-- overloaded --/ font-family: Times; |
| 30 | 30 |
| 31 [expanded] | 31 [expanded] |
| 32 div { (user agent stylesheet) | 32 div { (user agent stylesheet) |
| 33 display: block; | 33 display: block; |
| 34 | 34 |
| 35 ==== All styles (computed should be there) ==== | 35 ==== All styles (computed should be there) ==== |
| 36 background-attachment: scroll | 36 background-attachment: scroll; |
| 37 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html
:15:1 | 37 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html
:15:1 |
| 38 background-clip: border-box | 38 background-clip: border-box; |
| 39 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html
:15:1 | 39 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html
:15:1 |
| 40 background-color: rgb(128, 128, 128) | 40 background-color: rgb(128, 128, 128); |
| 41 gray - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15
:1 | 41 gray - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15
:1 |
| 42 OVERLOADED black - #inspected lazy-computed-style.html:10 -> lazy-computed-s
tyle.html:10:1 | 42 OVERLOADED black - #inspected lazy-computed-style.html:10 -> lazy-computed-s
tyle.html:10:1 |
| 43 OVERLOADED green - #inspected lazy-computed-style.html:5 -> lazy-computed-st
yle.html:5:1 | 43 OVERLOADED green - #inspected lazy-computed-style.html:5 -> lazy-computed-st
yle.html:5:1 |
| 44 background-image: none | 44 background-image: none; |
| 45 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html
:15:1 | 45 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html
:15:1 |
| 46 background-origin: padding-box | 46 background-origin: padding-box; |
| 47 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html
:15:1 | 47 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html
:15:1 |
| 48 background-size: auto | 48 background-size: auto; |
| 49 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html
:15:1 | 49 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html
:15:1 |
| 50 display: block | 50 display: block; |
| 51 block - div user agent stylesheet | 51 block - div user agent stylesheet |
| 52 font-family: Courier | 52 font-family: Courier; |
| 53 Courier - #inspected lazy-computed-style.html:10 -> lazy-computed-style.html
:10:1 | 53 Courier - #inspected lazy-computed-style.html:10 -> lazy-computed-style.html
:10:1 |
| 54 OVERLOADED Times - #inspected lazy-computed-style.html:5 -> lazy-computed-st
yle.html:5:1 | 54 OVERLOADED Times - #inspected lazy-computed-style.html:5 -> lazy-computed-st
yle.html:5:1 |
| 55 [expanded] | 55 [expanded] |
| 56 element.style { () | 56 element.style { () |
| 57 | 57 |
| 58 [expanded] | 58 [expanded] |
| 59 #inspected { (lazy-computed-style.html:15 -> lazy-computed-style.html:15:1) | 59 #inspected { (lazy-computed-style.html:15 -> lazy-computed-style.html:15:1) |
| 60 background: gray; | 60 background: gray; |
| 61 background-image: initial; | 61 background-image: initial; |
| 62 background-position-x: initial; | 62 background-position-x: initial; |
| (...skipping 14 matching lines...) Expand all Loading... |
| 77 [expanded] | 77 [expanded] |
| 78 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) | 78 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) |
| 79 /-- overloaded --/ background-color: green; | 79 /-- overloaded --/ background-color: green; |
| 80 /-- overloaded --/ font-family: Times; | 80 /-- overloaded --/ font-family: Times; |
| 81 | 81 |
| 82 [expanded] | 82 [expanded] |
| 83 div { (user agent stylesheet) | 83 div { (user agent stylesheet) |
| 84 display: block; | 84 display: block; |
| 85 | 85 |
| 86 | 86 |
| OLD | NEW |