Computed style of an element whose parent's 'display' value is 'none':
    background-attachment: scroll
    background-color: rgb(0, 128, 0)
    background-image: none
    background-position: 0% 0%
    background-repeat: repeat
    border-bottom-color: rgb(0, 0, 0)
    border-bottom-style: none
    border-bottom-width: 0px
    border-collapse: separate
    border-left-color: rgb(0, 0, 0)
    border-left-style: none
    border-left-width: 0px
    border-right-color: rgb(0, 0, 0)
    border-right-style: none
    border-right-width: 0px
    border-top-color: rgb(0, 0, 0)
    border-top-style: solid
    border-top-width: 14px
    bottom: auto
    caption-side: top
    clear: none
    color: rgb(0, 0, 0)
    cursor: auto
    direction: ltr
    display: block
    empty-cells: show
    float: none
    font-family: Arial
    font-size: 14px
    font-style: normal
    font-variant: normal
    font-weight: normal
    height: 100px
    left: auto
    letter-spacing: normal
    line-height: normal
    list-style-image: none
    list-style-position: outside
    list-style-type: disc
    margin-bottom: 0px
    margin-left: auto
    margin-right: 0px
    margin-top: 0px
    max-height: none
    max-width: none
    min-height: 0px
    min-width: 0px
    opacity: 1
    orphans: 2
    outline-color: rgb(0, 0, 0)
    outline-style: none
    outline-width: 0px
    overflow-x: visible
    overflow-y: visible
    padding-bottom: auto
    padding-left: auto
    padding-right: auto
    padding-top: auto
    page-break-after: auto
    page-break-before: auto
    page-break-inside: auto
    position: static
    resize: none
    right: auto
    table-layout: auto
    text-align: auto
    text-decoration: none
    text-indent: 0px
    text-shadow: none
    text-transform: none
    top: auto
    unicode-bidi: normal
    vertical-align: baseline
    visibility: visible
    white-space: normal
    widows: 2
    width: 50%
    word-spacing: 0px
    word-wrap: normal
    z-index: auto
    -webkit-appearance: none
    -webkit-background-clip: border
    -webkit-background-composite: source-over
    -webkit-background-origin: padding
    -webkit-background-size: auto auto
    -webkit-border-fit: border
    -webkit-border-horizontal-spacing: 0px
    -webkit-border-vertical-spacing: 0px
    -webkit-box-align: stretch
    -webkit-box-direction: normal
    -webkit-box-flex: 0
    -webkit-box-flex-group: 1
    -webkit-box-lines: single
    -webkit-box-ordinal-group: 1
    -webkit-box-orient: horizontal
    -webkit-box-pack: start
    -webkit-box-shadow: none
    -webkit-box-sizing: content-box
    -webkit-column-break-after: auto
    -webkit-column-break-before: auto
    -webkit-column-break-inside: auto
    -webkit-column-count: auto
    -webkit-column-gap: normal
    -webkit-column-rule-color: rgb(0, 0, 0)
    -webkit-column-rule-style: none
    -webkit-column-rule-width: 0px
    -webkit-column-width: auto
    -webkit-highlight: none
    -webkit-line-break: normal
    -webkit-line-clamp: none
    -webkit-margin-bottom-collapse: collapse
    -webkit-margin-top-collapse: collapse
    -webkit-marquee-direction: auto
    -webkit-marquee-increment: 6px
    -webkit-marquee-repetition: infinite
    -webkit-marquee-style: scroll
    -webkit-nbsp-mode: normal
    -webkit-rtl-ordering: logical
    -webkit-text-decorations-in-effect: none
    -webkit-text-fill-color: rgb(0, 0, 0)
    -webkit-text-security: none
    -webkit-text-stroke-color: rgb(0, 0, 0)
    -webkit-text-stroke-width: 0
    -webkit-user-drag: auto
    -webkit-user-modify: read-only
    -webkit-user-select: text
    -webkit-dashboard-region: null
    -webkit-border-bottom-left-radius: 0px
    -webkit-border-bottom-right-radius: 0px
    -webkit-border-top-left-radius: 0px
    -webkit-border-top-right-radius: 0px
    background-position: 0% 0%
    border-spacing: 0px 0px
    overflow: visible
    -webkit-match-nearest-mail-blockquote-color: normal
    -webkit-text-size-adjust: auto

After changing grandparent's 'color' and the parent's 'font-size' inherited properties:
    border-top-width: 17px
    color: rgb(0, 0, 255)

After changing the parent's 'display' property to 'block', so that the child gets a renderer:
    height: 100px
    margin-left: 392px
    width: 392px

After changing the parent's 'display' property back to 'none':
    height: 100px
    margin-left: auto
    width: 50%


