| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 -webkit-column-break-before: auto | 134 -webkit-column-break-before: auto |
| 135 -webkit-column-break-inside: auto | 135 -webkit-column-break-inside: auto |
| 136 -webkit-column-axis: auto | 136 -webkit-column-axis: auto |
| 137 -webkit-column-count: auto | 137 -webkit-column-count: auto |
| 138 -webkit-column-gap: normal | 138 -webkit-column-gap: normal |
| 139 -webkit-column-rule-color: rgb(0, 0, 0) | 139 -webkit-column-rule-color: rgb(0, 0, 0) |
| 140 -webkit-column-rule-style: none | 140 -webkit-column-rule-style: none |
| 141 -webkit-column-rule-width: 0px | 141 -webkit-column-rule-width: 0px |
| 142 -webkit-column-span: none | 142 -webkit-column-span: none |
| 143 -webkit-column-width: auto | 143 -webkit-column-width: auto |
| 144 -webkit-align-content: stretch | 144 align-content: stretch |
| 145 -webkit-align-items: stretch | 145 align-items: stretch |
| 146 -webkit-align-self: stretch | 146 align-self: stretch |
| 147 -webkit-flex-direction: row | 147 flex-direction: row |
| 148 -webkit-flex-wrap: nowrap | 148 flex-wrap: nowrap |
| 149 -webkit-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-hyphenate-limit-after: auto | 155 -webkit-hyphenate-limit-after: auto |
| 156 -webkit-hyphenate-limit-before: auto | 156 -webkit-hyphenate-limit-before: auto |
| 157 -webkit-hyphenate-limit-lines: no-limit | 157 -webkit-hyphenate-limit-lines: no-limit |
| 158 -webkit-hyphens: manual | 158 -webkit-hyphens: manual |
| 159 -webkit-line-align: none | 159 -webkit-line-align: none |
| (...skipping 15 matching lines...) Expand all Loading... |
| 175 -webkit-mask-box-image-slice: 0 fill | 175 -webkit-mask-box-image-slice: 0 fill |
| 176 -webkit-mask-box-image-source: none | 176 -webkit-mask-box-image-source: none |
| 177 -webkit-mask-box-image-width: auto | 177 -webkit-mask-box-image-width: auto |
| 178 -webkit-mask-clip: border-box | 178 -webkit-mask-clip: border-box |
| 179 -webkit-mask-composite: source-over | 179 -webkit-mask-composite: source-over |
| 180 -webkit-mask-image: none | 180 -webkit-mask-image: none |
| 181 -webkit-mask-origin: border-box | 181 -webkit-mask-origin: border-box |
| 182 -webkit-mask-position: 0% 0% | 182 -webkit-mask-position: 0% 0% |
| 183 -webkit-mask-repeat: repeat | 183 -webkit-mask-repeat: repeat |
| 184 -webkit-mask-size: auto | 184 -webkit-mask-size: auto |
| 185 -webkit-order: 0 | 185 order: 0 |
| 186 -webkit-perspective: none | 186 -webkit-perspective: none |
| 187 -webkit-perspective-origin: 50% 50% | 187 -webkit-perspective-origin: 50% 50% |
| 188 -webkit-print-color-adjust: economy | 188 -webkit-print-color-adjust: economy |
| 189 -webkit-rtl-ordering: logical | 189 -webkit-rtl-ordering: logical |
| 190 -webkit-text-combine: none | 190 -webkit-text-combine: none |
| 191 -webkit-text-decorations-in-effect: none | 191 -webkit-text-decorations-in-effect: none |
| 192 -webkit-text-emphasis-color: rgb(0, 0, 0) | 192 -webkit-text-emphasis-color: rgb(0, 0, 0) |
| 193 -webkit-text-emphasis-position: over | 193 -webkit-text-emphasis-position: over |
| 194 -webkit-text-emphasis-style: none | 194 -webkit-text-emphasis-style: none |
| 195 -webkit-text-fill-color: rgb(0, 0, 0) | 195 -webkit-text-fill-color: rgb(0, 0, 0) |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 height: 100px | 260 height: 100px |
| 261 margin-left: 350px | 261 margin-left: 350px |
| 262 width: 350px | 262 width: 350px |
| 263 | 263 |
| 264 After changing the parent's 'display' property back to 'none': | 264 After changing the parent's 'display' property back to 'none': |
| 265 height: 100px | 265 height: 100px |
| 266 margin-left: auto | 266 margin-left: auto |
| 267 width: 50% | 267 width: 50% |
| 268 | 268 |
| 269 | 269 |
| OLD | NEW |