| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 text-indent: 0px | 91 text-indent: 0px |
| 92 text-rendering: auto | 92 text-rendering: auto |
| 93 text-shadow: none | 93 text-shadow: none |
| 94 text-overflow: clip | 94 text-overflow: clip |
| 95 text-transform: none | 95 text-transform: none |
| 96 top: auto | 96 top: auto |
| 97 unicode-bidi: normal | 97 unicode-bidi: normal |
| 98 vertical-align: baseline | 98 vertical-align: baseline |
| 99 visibility: visible | 99 visibility: visible |
| 100 white-space: normal | 100 white-space: normal |
| 101 widows: auto | 101 widows: 1 |
| 102 width: 50% | 102 width: 50% |
| 103 word-break: normal | 103 word-break: normal |
| 104 word-spacing: 0px | 104 word-spacing: 0px |
| 105 word-wrap: normal | 105 word-wrap: normal |
| 106 z-index: auto | 106 z-index: auto |
| 107 zoom: 1 | 107 zoom: 1 |
| 108 -webkit-animation-delay: 0s | 108 -webkit-animation-delay: 0s |
| 109 -webkit-animation-direction: normal | 109 -webkit-animation-direction: normal |
| 110 -webkit-animation-duration: 0s | 110 -webkit-animation-duration: 0s |
| 111 -webkit-animation-fill-mode: none | 111 -webkit-animation-fill-mode: none |
| (...skipping 135 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 |