| 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 a492f2091a452c8786485023169389fb91bfdd14..64bc3701e1176a7b929a3420f0f07967b3fb4f1a 100644
|
| --- a/LayoutTests/fast/alignment/parse-justify-items-expected.txt
|
| +++ b/LayoutTests/fast/alignment/parse-justify-items-expected.txt
|
| @@ -142,15 +142,15 @@ 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 window.getComputedStyle(element, '').getPropertyValue('justify-items') is "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 window.getComputedStyle(element, '').getPropertyValue('justify-items') is "center"
|
| PASS element.style.justifyItems is "legacy right"
|
| PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy right"
|
| PASS element.style.justifyItems is ""
|
| -PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy right"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "right"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|