| OLD | NEW |
| (Empty) |
| 1 Tests that computed styles expand and allow tracing to style rules. | |
| 2 | |
| 3 ==== Computed style for ID1 ==== | |
| 4 background-attachment: scroll; | |
| 5 background-clip: border-box; | |
| 6 background-color: rgb(128, 128, 128); | |
| 7 background-image: none; | |
| 8 background-origin: padding-box; | |
| 9 background-size: auto; | |
| 10 display: block; | |
| 11 font-family: Courier; | |
| 12 text-decoration: underline solid rgb(0, 0, 0); | |
| 13 text-decoration-color: rgb(0, 0, 0); | |
| 14 text-decoration-line: underline; | |
| 15 text-decoration-style: solid; | |
| 16 [expanded] | |
| 17 element.style { () | |
| 18 | |
| 19 ==== Computed style for ID2 ==== | |
| 20 background-color: rgb(0, 0, 255); | |
| 21 display: block; | |
| 22 font-family: Courier; | |
| 23 text-decoration: underline solid rgb(0, 0, 0); | |
| 24 text-decoration-color: rgb(0, 0, 0); | |
| 25 text-decoration-line: underline; | |
| 26 text-decoration-style: solid; | |
| 27 [expanded] | |
| 28 element.style { () | |
| 29 | |
| 30 ==== Style for ID3 ==== | |
| 31 [expanded] | |
| 32 element.style { () | |
| 33 | |
| 34 [expanded] | |
| 35 button[Attributes Style] { () | |
| 36 display: none; | |
| 37 | |
| 38 | |
| OLD | NEW |