| 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 mask: none | 205 mask: none |
| 206 filter: none | 206 filter: none |
| 207 flood-color: rgb(0, 0, 0) | 207 flood-color: rgb(0, 0, 0) |
| 208 flood-opacity: 1 | 208 flood-opacity: 1 |
| 209 lighting-color: rgb(255, 255, 255) | 209 lighting-color: rgb(255, 255, 255) |
| 210 stop-color: rgb(0, 0, 0) | 210 stop-color: rgb(0, 0, 0) |
| 211 stop-opacity: 1 | 211 stop-opacity: 1 |
| 212 color-interpolation: srgb | 212 color-interpolation: srgb |
| 213 color-interpolation-filters: linearrgb | 213 color-interpolation-filters: linearrgb |
| 214 color-rendering: auto | 214 color-rendering: auto |
| 215 fill: #000000 | 215 fill: rgb(0, 0, 0) |
| 216 fill-opacity: 1 | 216 fill-opacity: 1 |
| 217 fill-rule: nonzero | 217 fill-rule: nonzero |
| 218 marker-end: none | 218 marker-end: none |
| 219 marker-mid: none | 219 marker-mid: none |
| 220 marker-start: none | 220 marker-start: none |
| 221 shape-rendering: auto | 221 shape-rendering: auto |
| 222 stroke: none | 222 stroke: none |
| 223 stroke-dasharray: none | 223 stroke-dasharray: none |
| 224 stroke-dashoffset: 0 | 224 stroke-dashoffset: 0 |
| 225 stroke-linecap: butt | 225 stroke-linecap: butt |
| (...skipping 25 matching lines...) Expand all Loading... |
| 251 height: 100px | 251 height: 100px |
| 252 margin-left: 350px | 252 margin-left: 350px |
| 253 width: 350px | 253 width: 350px |
| 254 | 254 |
| 255 After changing the parent's 'display' property back to 'none': | 255 After changing the parent's 'display' property back to 'none': |
| 256 height: 100px | 256 height: 100px |
| 257 margin-left: auto | 257 margin-left: auto |
| 258 width: 50% | 258 width: 50% |
| 259 | 259 |
| 260 | 260 |
| OLD | NEW |