| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 flex-wrap: nowrap | 148 flex-wrap: nowrap |
| 149 justify-content: flex-start | 149 justify-content: flex-start |
| 150 -webkit-font-kerning: auto | 150 -webkit-font-kerning: auto |
| 151 -webkit-font-smoothing: auto | 151 -webkit-font-smoothing: auto |
| 152 -webkit-font-variant-ligatures: normal | 152 -webkit-font-variant-ligatures: normal |
| 153 -webkit-highlight: none | 153 -webkit-highlight: none |
| 154 -webkit-hyphenate-character: auto | 154 -webkit-hyphenate-character: auto |
| 155 -webkit-line-align: none | 155 -webkit-line-align: none |
| 156 -webkit-line-box-contain: block inline replaced | 156 -webkit-line-box-contain: block inline replaced |
| 157 -webkit-line-break: auto | 157 -webkit-line-break: auto |
| 158 -webkit-line-clamp: none | |
| 159 -webkit-line-grid: none | 158 -webkit-line-grid: none |
| 160 -webkit-line-snap: none | 159 -webkit-line-snap: none |
| 161 -webkit-locale: auto | 160 -webkit-locale: auto |
| 162 -webkit-margin-before-collapse: collapse | 161 -webkit-margin-before-collapse: collapse |
| 163 -webkit-margin-after-collapse: collapse | 162 -webkit-margin-after-collapse: collapse |
| 164 -webkit-mask-box-image: none | 163 -webkit-mask-box-image: none |
| 165 -webkit-mask-box-image-outset: 0px | 164 -webkit-mask-box-image-outset: 0px |
| 166 -webkit-mask-box-image-repeat: stretch | 165 -webkit-mask-box-image-repeat: stretch |
| 167 -webkit-mask-box-image-slice: 0 fill | 166 -webkit-mask-box-image-slice: 0 fill |
| 168 -webkit-mask-box-image-source: none | 167 -webkit-mask-box-image-source: none |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 height: 100px | 250 height: 100px |
| 252 margin-left: 350px | 251 margin-left: 350px |
| 253 width: 350px | 252 width: 350px |
| 254 | 253 |
| 255 After changing the parent's 'display' property back to 'none': | 254 After changing the parent's 'display' property back to 'none': |
| 256 height: 100px | 255 height: 100px |
| 257 margin-left: auto | 256 margin-left: auto |
| 258 width: 50% | 257 width: 50% |
| 259 | 258 |
| 260 | 259 |
| OLD | NEW |