| Index: LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
|
| diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
|
| index 474b03f5dba73a576c62a20fcb8a1a10ffbcdcda..de531907287386aa5fbfb29ba78d8b16982ee21d 100644
|
| --- a/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
|
| +++ b/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
|
| @@ -49,6 +49,8 @@ font-variant-ligatures: normal
|
| font-weight: normal
|
| height: 100px
|
| image-rendering: auto
|
| +justify-items: start
|
| +justify-self: start
|
| left: auto
|
| letter-spacing: normal
|
| line-height: normal
|
| @@ -143,8 +145,8 @@ zoom: 1
|
| -webkit-column-span: none
|
| -webkit-column-width: auto
|
| align-content: stretch
|
| -align-items: stretch
|
| -align-self: stretch
|
| +align-items: start
|
| +align-self: start
|
| flex-direction: row
|
| flex-wrap: nowrap
|
| justify-content: flex-start
|
|
|