| 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 -webkit-background-clip: border-box; | 4 -webkit-background-clip: border-box; |
| 5 -webkit-background-origin: padding-box; | 5 -webkit-background-origin: padding-box; |
| 6 -webkit-background-size: auto; | 6 -webkit-background-size: auto; |
| 7 background-attachment: scroll; | 7 background-attachment: scroll; |
| 8 background-clip: border-box; | 8 background-clip: border-box; |
| 9 background-color: rgb(128, 128, 128); | 9 background-color: rgb(128, 128, 128); |
| 10 background-image: none; | 10 background-image: none; |
| 11 background-origin: padding-box; | 11 background-origin: padding-box; |
| 12 background-size: auto; | 12 background-size: auto; |
| 13 display: block; | 13 display: block; |
| 14 font-family: Courier; | 14 font-family: Courier; |
| 15 text-decoration: underline solid rgb(0, 0, 0); | 15 text-decoration: underline solid rgb(0, 0, 0); |
| 16 text-decoration-color: rgb(0, 0, 0); | 16 text-decoration-color: rgb(0, 0, 0); |
| 17 text-decoration-line: underline; | 17 text-decoration-line: underline; |
| 18 text-decoration-style: solid; | 18 text-decoration-style: solid; |
| 19 [expanded] | 19 [expanded] |
| 20 element.style { () | 20 element.style { () |
| 21 | 21 |
| 22 | |
| 23 ==== Computed style for ID2 ==== | 22 ==== Computed style for ID2 ==== |
| 24 background-color: rgb(0, 0, 255); | 23 background-color: rgb(0, 0, 255); |
| 25 display: block; | 24 display: block; |
| 26 font-family: Courier; | 25 font-family: Courier; |
| 27 text-decoration: underline solid rgb(0, 0, 0); | 26 text-decoration: underline solid rgb(0, 0, 0); |
| 28 text-decoration-color: rgb(0, 0, 0); | 27 text-decoration-color: rgb(0, 0, 0); |
| 29 text-decoration-line: underline; | 28 text-decoration-line: underline; |
| 30 text-decoration-style: solid; | 29 text-decoration-style: solid; |
| 31 [expanded] | 30 [expanded] |
| 32 element.style { () | 31 element.style { () |
| 33 | 32 |
| 34 | |
| 35 ==== Style for ID3 ==== | 33 ==== Style for ID3 ==== |
| 36 [expanded] | 34 [expanded] |
| 37 element.style { () | 35 element.style { () |
| 38 | 36 |
| 39 [expanded] | 37 [expanded] |
| 40 button[Attributes Style] { () | 38 button[Attributes Style] { () |
| 41 display: none; | 39 display: none; |
| 42 | 40 |
| 43 | 41 |
| 44 | |
| OLD | NEW |