| 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 -webkit-column-rule-color: rgb(0, 0, 0) | 141 -webkit-column-rule-color: rgb(0, 0, 0) |
| 142 -webkit-column-rule-style: none | 142 -webkit-column-rule-style: none |
| 143 -webkit-column-rule-width: 0px | 143 -webkit-column-rule-width: 0px |
| 144 -webkit-column-span: none | 144 -webkit-column-span: none |
| 145 -webkit-column-width: auto | 145 -webkit-column-width: auto |
| 146 align-content: stretch | 146 align-content: stretch |
| 147 align-items: start | 147 align-items: start |
| 148 align-self: start | 148 align-self: start |
| 149 flex-direction: row | 149 flex-direction: row |
| 150 flex-wrap: nowrap | 150 flex-wrap: nowrap |
| 151 justify-content: flex-start | 151 justify-content: start |
| 152 -webkit-font-smoothing: auto | 152 -webkit-font-smoothing: auto |
| 153 -webkit-highlight: none | 153 -webkit-highlight: none |
| 154 -webkit-hyphenate-character: auto | 154 -webkit-hyphenate-character: auto |
| 155 -webkit-line-box-contain: block inline replaced | 155 -webkit-line-box-contain: block inline replaced |
| 156 -webkit-line-break: auto | 156 -webkit-line-break: auto |
| 157 -webkit-line-clamp: none | 157 -webkit-line-clamp: none |
| 158 -webkit-locale: auto | 158 -webkit-locale: auto |
| 159 -webkit-margin-before-collapse: collapse | 159 -webkit-margin-before-collapse: collapse |
| 160 -webkit-margin-after-collapse: collapse | 160 -webkit-margin-after-collapse: collapse |
| 161 -webkit-mask-box-image: none | 161 -webkit-mask-box-image: none |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 height: 100px | 247 height: 100px |
| 248 margin-left: 350px | 248 margin-left: 350px |
| 249 width: 350px | 249 width: 350px |
| 250 | 250 |
| 251 After changing the parent's 'display' property back to 'none': | 251 After changing the parent's 'display' property back to 'none': |
| 252 height: 100px | 252 height: 100px |
| 253 margin-left: auto | 253 margin-left: auto |
| 254 width: 50% | 254 width: 50% |
| 255 | 255 |
| 256 | 256 |
| OLD | NEW |