| Index: webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
|
| diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
|
| index b54377fdaa5977d86d17293c34e69bc6c4f8d039..c15b68963cf4eb982b989afa18776bf0819902a5 100644
|
| --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
|
| +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
|
| @@ -7,6 +7,8 @@ Computed style of an element whose parent's 'display' value is 'none':
|
| background-position: 0% 0%
|
| background-repeat: repeat
|
| border-bottom-color: rgb(0, 0, 0)
|
| + border-bottom-left-radius: 0px
|
| + border-bottom-right-radius: 0px
|
| border-bottom-style: none
|
| border-bottom-width: 0px
|
| border-collapse: separate
|
| @@ -17,6 +19,8 @@ Computed style of an element whose parent's 'display' value is 'none':
|
| border-right-style: none
|
| border-right-width: 0px
|
| border-top-color: rgb(0, 0, 0)
|
| + border-top-left-radius: 0px
|
| + border-top-right-radius: 0px
|
| border-top-style: solid
|
| border-top-width: 16px
|
| bottom: auto
|
| @@ -92,6 +96,7 @@ Computed style of an element whose parent's 'display' value is 'none':
|
| -webkit-animation-duration: 0s
|
| -webkit-animation-iteration-count: 1
|
| -webkit-animation-name: none
|
| + -webkit-animation-play-state: running
|
| -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1)
|
| -webkit-appearance: none
|
| -webkit-backface-visibility: visible
|
| @@ -99,13 +104,9 @@ Computed style of an element whose parent's 'display' value is 'none':
|
| -webkit-background-composite: source-over
|
| -webkit-background-origin: padding-box
|
| -webkit-background-size: auto auto
|
| - -webkit-border-bottom-left-radius: 0px
|
| - -webkit-border-bottom-right-radius: 0px
|
| -webkit-border-fit: border
|
| -webkit-border-horizontal-spacing: 0px
|
| -webkit-border-image: none
|
| - -webkit-border-top-left-radius: 0px
|
| - -webkit-border-top-right-radius: 0px
|
| -webkit-border-vertical-spacing: 0px
|
| -webkit-box-align: stretch
|
| -webkit-box-direction: normal
|
| @@ -222,3 +223,5 @@ After changing the parent's 'display' property back to 'none':
|
| height: 100px
|
| margin-left: auto
|
| width: 50%
|
| +
|
| +
|
|
|