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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 marker-mid: none | 216 marker-mid: none |
217 marker-start: none | 217 marker-start: none |
218 shape-rendering: auto | 218 shape-rendering: auto |
219 stroke: none | 219 stroke: none |
220 stroke-dasharray: none | 220 stroke-dasharray: none |
221 stroke-dashoffset: 0px | 221 stroke-dashoffset: 0px |
222 stroke-linecap: butt | 222 stroke-linecap: butt |
223 stroke-linejoin: miter | 223 stroke-linejoin: miter |
224 stroke-miterlimit: 4 | 224 stroke-miterlimit: 4 |
225 stroke-opacity: 1 | 225 stroke-opacity: 1 |
226 stroke-width: 1 | 226 stroke-width: 1px |
227 alignment-baseline: auto | 227 alignment-baseline: auto |
228 baseline-shift: 0px | 228 baseline-shift: 0px |
229 dominant-baseline: auto | 229 dominant-baseline: auto |
230 text-anchor: start | 230 text-anchor: start |
231 writing-mode: lr-tb | 231 writing-mode: lr-tb |
232 glyph-orientation-horizontal: 0deg | 232 glyph-orientation-horizontal: 0deg |
233 glyph-orientation-vertical: auto | 233 glyph-orientation-vertical: auto |
234 vector-effect: none | 234 vector-effect: none |
235 background-position-x: 0% | 235 background-position-x: 0% |
236 background-position-y: 0% | 236 background-position-y: 0% |
(...skipping 10 matching lines...) Expand all 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 |