| Index: LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
 | 
| diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
 | 
| index b1ebaf91d43d8ed5b828770bec4eb979c18052c9..4352972497c8df874dabf93fe52fb1494a9266c9 100644
 | 
| --- a/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
 | 
| +++ b/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
 | 
| @@ -50,6 +50,8 @@ font-variant-ligatures: normal;
 | 
|  font-weight: normal;
 | 
|  height: 576px;
 | 
|  image-rendering: auto;
 | 
| +justify-items: start;
 | 
| +justify-self: start;
 | 
|  left: auto;
 | 
|  letter-spacing: normal;
 | 
|  line-height: normal;
 | 
| @@ -144,8 +146,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;
 | 
| 
 |