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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 height: 100px | 254 height: 100px |
255 margin-left: 350px | 255 margin-left: 350px |
256 width: 350px | 256 width: 350px |
257 | 257 |
258 After changing the parent's 'display' property back to 'none': | 258 After changing the parent's 'display' property back to 'none': |
259 height: 100px | 259 height: 100px |
260 margin-left: auto | 260 margin-left: auto |
261 width: 50% | 261 width: 50% |
262 | 262 |
263 | 263 |
OLD | NEW |