| Index: LayoutTests/fast/alignment/parse-justify-items-expected.txt
 | 
| diff --git a/LayoutTests/fast/alignment/parse-justify-items-expected.txt b/LayoutTests/fast/alignment/parse-justify-items-expected.txt
 | 
| index 78c8761bd8f0109e6efe6a9f8a359669ff531965..4c451f5c5132a76dbc487adf6c38779daea0348e 100644
 | 
| --- a/LayoutTests/fast/alignment/parse-justify-items-expected.txt
 | 
| +++ b/LayoutTests/fast/alignment/parse-justify-items-expected.txt
 | 
| @@ -109,20 +109,20 @@ PASS element.style.justifyItems is ""
 | 
|  PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
 | 
|  
 | 
|  Test the value 'initial'
 | 
| -PASS element.style.justifyItems is "center"
 | 
| -PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "center"
 | 
| +PASS element.style.justifyItems is "legacy center"
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy center"
 | 
|  PASS element.style.justifyItems is "initial"
 | 
|  PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
 | 
|  
 | 
|  Test the value 'initial' for grid containers
 | 
| -PASS element.style.justifyItems is "center"
 | 
| -PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "center"
 | 
| +PASS element.style.justifyItems is "left safe"
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "left safe"
 | 
|  PASS element.style.justifyItems is "initial"
 | 
|  PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "stretch"
 | 
|  
 | 
|  Test the value 'initial' for flex containers
 | 
| -PASS element.style.justifyItems is "center"
 | 
| -PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "center"
 | 
| +PASS element.style.justifyItems is "right true"
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "right true"
 | 
|  PASS element.style.justifyItems is "initial"
 | 
|  PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "stretch"
 | 
|  
 | 
| @@ -131,8 +131,24 @@ PASS element.style.justifyItems is "end"
 | 
|  PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "end"
 | 
|  PASS element.style.justifyItems is "inherit"
 | 
|  PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "end"
 | 
| +PASS element.style.justifyItems is "left safe"
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "left safe"
 | 
| +PASS element.style.justifyItems is "inherit"
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "left safe"
 | 
| +PASS element.style.justifyItems is "legacy center"
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy center"
 | 
| +PASS element.style.justifyItems is "inherit"
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy center"
 | 
|  
 | 
|  Test the value 'legacy'
 | 
| +PASS element.style.justifyItems is "legacy left"
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy left"
 | 
| +PASS element.style.justifyItems is ""
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy left"
 | 
| +PASS element.style.justifyItems is "legacy center"
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy center"
 | 
| +PASS element.style.justifyItems is ""
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy center"
 | 
|  PASS element.style.justifyItems is "legacy right"
 | 
|  PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy right"
 | 
|  PASS element.style.justifyItems is ""
 | 
| 
 |