Chromium Code Reviews| 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 27 matching lines...) Expand all Loading... | |
| 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-position-x: 0%; | |
| 49 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html :15:1 | |
| 50 background-position-y: 0%; | |
| 51 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html :15:1 | |
| 52 background-repeat-x: ; | |
|
dgozman
2016/08/01 18:46:49
Why empty? Is it a valid value?
lushnikov
2016/08/01 19:22:38
That's consistent with window.getComputedStyle() m
| |
| 53 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html :15:1 | |
| 54 background-repeat-y: ; | |
| 55 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html :15:1 | |
| 48 background-size: auto; | 56 background-size: auto; |
| 49 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html :15:1 | 57 initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html :15:1 |
| 50 display: block; | 58 display: block; |
| 51 block - div user agent stylesheet | 59 block - div user agent stylesheet |
| 52 font-family: Courier; | 60 font-family: Courier; |
| 53 Courier - #inspected lazy-computed-style.html:10 -> lazy-computed-style.html :10:1 | 61 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 | 62 OVERLOADED Times - #inspected lazy-computed-style.html:5 -> lazy-computed-st yle.html:5:1 |
| 55 [expanded] | 63 [expanded] |
| 56 element.style { () | 64 element.style { () |
| 57 | 65 |
| (...skipping 19 matching lines...) Expand all Loading... | |
| 77 [expanded] | 85 [expanded] |
| 78 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) | 86 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) |
| 79 /-- overloaded --/ background-color: green; | 87 /-- overloaded --/ background-color: green; |
| 80 /-- overloaded --/ font-family: Times; | 88 /-- overloaded --/ font-family: Times; |
| 81 | 89 |
| 82 [expanded] | 90 [expanded] |
| 83 div { (user agent stylesheet) | 91 div { (user agent stylesheet) |
| 84 display: block; | 92 display: block; |
| 85 | 93 |
| 86 | 94 |
| OLD | NEW |