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 ==== Computed style for ID1 ==== | 3 ==== Computed style for ID1 ==== |
| 4 background-attachment: scroll; | 4 background-attachment: scroll; |
| 5 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 | 5 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 |
| 6 background-clip: border-box; | 6 background-clip: border-box; |
| 7 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 | 7 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 |
| 8 background-color: rgb(128, 128, 128); | 8 background-color: rgb(128, 128, 128); |
| 9 gray - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1 | 9 gray - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1 |
| 10 OVERLOADED black - #id1 styles-computed-trace.html:18 -> styles-computed-tra ce.html:18:1 | 10 OVERLOADED black - #id1 styles-computed-trace.html:18 -> styles-computed-tra ce.html:18:1 |
| 11 OVERLOADED green - #id1 styles-computed-trace.html:13 -> styles-computed-tra ce.html:13:1 | 11 OVERLOADED green - #id1 styles-computed-trace.html:13 -> styles-computed-tra ce.html:13:1 |
| 12 background-image: none; | 12 background-image: none; |
| 13 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 | 13 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 |
| 14 background-origin: padding-box; | 14 background-origin: padding-box; |
| 15 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 | 15 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 |
| 16 background-position-x: 0%; | |
| 17 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 | |
| 18 background-position-y: 0%; | |
| 19 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 | |
| 20 background-repeat-x: ; | |
| 21 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 | |
| 22 background-repeat-y: ; | |
| 23 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 | |
| 16 background-size: auto; | 24 background-size: auto; |
| 17 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 | 25 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 |
| 18 display: block; | 26 display: block; |
| 19 block - div user agent stylesheet | 27 block - div user agent stylesheet |
| 20 font-family: Courier; | 28 font-family: Courier; |
| 21 Courier - #id1 styles-computed-trace.html:18 -> styles-computed-trace.html:1 8:1 | 29 Courier - #id1 styles-computed-trace.html:18 -> styles-computed-trace.html:1 8:1 |
| 22 OVERLOADED Times - #id1 styles-computed-trace.html:13 -> styles-computed-tra ce.html:13:1 | 30 OVERLOADED Times - #id1 styles-computed-trace.html:13 -> styles-computed-tra ce.html:13:1 |
| 23 OVERLOADED Arial - body styles-computed-trace.html:4 -> styles-computed-trac e.html:4:1 | 31 OVERLOADED Arial - body styles-computed-trace.html:4 -> styles-computed-trac e.html:4:1 |
| 24 text-decoration: underline solid rgb(0, 0, 0); | |
|
dgozman
2016/08/01 18:46:50
Is this ok?
lushnikov
2016/08/01 19:22:38
Yes, this is a shorthand
| |
| 25 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1 | |
| 26 text-decoration-color: rgb(0, 0, 0); | 32 text-decoration-color: rgb(0, 0, 0); |
| 27 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1 | 33 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1 |
| 28 text-decoration-line: underline; | 34 text-decoration-line: underline; |
| 29 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1 | 35 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1 |
| 30 text-decoration-style: solid; | 36 text-decoration-style: solid; |
| 31 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1 | 37 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1 |
| 32 [expanded] | 38 [expanded] |
| 33 element.style { () | 39 element.style { () |
| 34 | 40 |
| 35 ==== Computed style for ID2 ==== | 41 ==== Computed style for ID2 ==== |
| 36 background-color: rgb(0, 0, 255); | 42 background-color: rgb(0, 0, 255); |
| 37 blue - #id2 styles-computed-trace.html:27 -> styles-computed-trace.html:27:1 | 43 blue - #id2 styles-computed-trace.html:27 -> styles-computed-trace.html:27:1 |
| 38 display: block; | 44 display: block; |
| 39 block - div user agent stylesheet | 45 block - div user agent stylesheet |
| 40 font-family: Courier; | 46 font-family: Courier; |
| 41 Courier - #id2 styles-computed-trace.html:27 -> styles-computed-trace.html:2 7:1 | 47 Courier - #id2 styles-computed-trace.html:27 -> styles-computed-trace.html:2 7:1 |
| 42 OVERLOADED Courier - #id1 styles-computed-trace.html:18 -> styles-computed-t race.html:18:1 | 48 OVERLOADED Courier - #id1 styles-computed-trace.html:18 -> styles-computed-t race.html:18:1 |
| 43 OVERLOADED Times - #id1 styles-computed-trace.html:13 -> styles-computed-tra ce.html:13:1 | 49 OVERLOADED Times - #id1 styles-computed-trace.html:13 -> styles-computed-tra ce.html:13:1 |
| 44 OVERLOADED Arial - body styles-computed-trace.html:4 -> styles-computed-trac e.html:4:1 | 50 OVERLOADED Arial - body styles-computed-trace.html:4 -> styles-computed-trac e.html:4:1 |
| 45 text-decoration: underline solid rgb(0, 0, 0); | |
| 46 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1 | |
| 47 text-decoration-color: rgb(0, 0, 0); | 51 text-decoration-color: rgb(0, 0, 0); |
| 48 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1 | 52 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1 |
| 49 text-decoration-line: underline; | 53 text-decoration-line: underline; |
| 50 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1 | 54 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1 |
| 51 text-decoration-style: solid; | 55 text-decoration-style: solid; |
| 52 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1 | 56 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1 |
| 53 [expanded] | 57 [expanded] |
| 54 element.style { () | 58 element.style { () |
| 55 | 59 |
| 56 ==== Style for ID3 ==== | 60 ==== Style for ID3 ==== |
| 57 [expanded] | 61 [expanded] |
| 58 element.style { () | 62 element.style { () |
| 59 | 63 |
| 60 [expanded] | 64 [expanded] |
| 61 button[Attributes Style] { () | 65 button[Attributes Style] { () |
| 62 display: none; | 66 display: none; |
| 63 | 67 |
| 64 | 68 |
| OLD | NEW |