| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 page-break-before: auto | 76 page-break-before: auto |
| 77 page-break-inside: auto | 77 page-break-inside: auto |
| 78 pointer-events: auto | 78 pointer-events: auto |
| 79 position: static | 79 position: static |
| 80 resize: none | 80 resize: none |
| 81 right: auto | 81 right: auto |
| 82 speak: normal | 82 speak: normal |
| 83 table-layout: auto | 83 table-layout: auto |
| 84 tab-size: 8 | 84 tab-size: 8 |
| 85 text-align: start | 85 text-align: start |
| 86 text-decoration: none | 86 text-decoration: none solid rgb(0, 0, 0) |
| 87 text-indent: 0px | 87 text-indent: 0px |
| 88 text-rendering: auto | 88 text-rendering: auto |
| 89 text-shadow: none | 89 text-shadow: none |
| 90 text-overflow: clip | 90 text-overflow: clip |
| 91 text-transform: none | 91 text-transform: none |
| 92 top: auto | 92 top: auto |
| 93 unicode-bidi: normal | 93 unicode-bidi: normal |
| 94 vertical-align: baseline | 94 vertical-align: baseline |
| 95 visibility: visible | 95 visibility: visible |
| 96 white-space: normal | 96 white-space: normal |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 height: 100px | 255 height: 100px |
| 256 margin-left: 350px | 256 margin-left: 350px |
| 257 width: 350px | 257 width: 350px |
| 258 | 258 |
| 259 After changing the parent's 'display' property back to 'none': | 259 After changing the parent's 'display' property back to 'none': |
| 260 height: 100px | 260 height: 100px |
| 261 margin-left: auto | 261 margin-left: auto |
| 262 width: 50% | 262 width: 50% |
| 263 | 263 |
| 264 | 264 |
| OLD | NEW |