| OLD | NEW |
| 1 Computed style of an element whose parent's 'display' value is 'none': | 1 Computed style of an element whose parent's 'display' value is 'none': |
| 2 background-attachment: scroll | 2 background-attachment: scroll |
| 3 background-clip: border-box | 3 background-clip: border-box |
| 4 background-color: rgb(0, 128, 0) | 4 background-color: rgb(0, 128, 0) |
| 5 background-image: none | 5 background-image: none |
| 6 background-origin: padding-box | 6 background-origin: padding-box |
| 7 background-position: 0% 0% | 7 background-position: 0% 0% |
| 8 background-repeat: repeat | 8 background-repeat: repeat |
| 9 background-size: auto | 9 background-size: auto |
| 10 border-bottom-color: rgb(0, 0, 0) | 10 border-bottom-color: rgb(0, 0, 0) |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 -webkit-animation-iteration-count: 1 | 112 -webkit-animation-iteration-count: 1 |
| 113 -webkit-animation-name: none | 113 -webkit-animation-name: none |
| 114 -webkit-animation-play-state: running | 114 -webkit-animation-play-state: running |
| 115 -webkit-animation-timing-function: ease | 115 -webkit-animation-timing-function: ease |
| 116 -webkit-appearance: none | 116 -webkit-appearance: none |
| 117 -webkit-backface-visibility: visible | 117 -webkit-backface-visibility: visible |
| 118 -webkit-background-clip: border-box | 118 -webkit-background-clip: border-box |
| 119 -webkit-background-composite: source-over | 119 -webkit-background-composite: source-over |
| 120 -webkit-background-origin: padding-box | 120 -webkit-background-origin: padding-box |
| 121 -webkit-background-size: auto | 121 -webkit-background-size: auto |
| 122 -webkit-border-fit: border | |
| 123 -webkit-border-horizontal-spacing: 0px | 122 -webkit-border-horizontal-spacing: 0px |
| 124 -webkit-border-image: none | 123 -webkit-border-image: none |
| 125 -webkit-border-vertical-spacing: 0px | 124 -webkit-border-vertical-spacing: 0px |
| 126 -webkit-box-align: stretch | 125 -webkit-box-align: stretch |
| 127 -webkit-box-decoration-break: slice | 126 -webkit-box-decoration-break: slice |
| 128 -webkit-box-direction: normal | 127 -webkit-box-direction: normal |
| 129 -webkit-box-flex: 0 | 128 -webkit-box-flex: 0 |
| 130 -webkit-box-flex-group: 1 | 129 -webkit-box-flex-group: 1 |
| 131 -webkit-box-lines: single | 130 -webkit-box-lines: single |
| 132 -webkit-box-ordinal-group: 1 | 131 -webkit-box-ordinal-group: 1 |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 height: 100px | 247 height: 100px |
| 249 margin-left: 350px | 248 margin-left: 350px |
| 250 width: 350px | 249 width: 350px |
| 251 | 250 |
| 252 After changing the parent's 'display' property back to 'none': | 251 After changing the parent's 'display' property back to 'none': |
| 253 height: 100px | 252 height: 100px |
| 254 margin-left: auto | 253 margin-left: auto |
| 255 width: 50% | 254 width: 50% |
| 256 | 255 |
| 257 | 256 |
| OLD | NEW |