| Index: LayoutTests/fast/alignment/parse-justify-content-expected.txt
|
| diff --git a/LayoutTests/fast/alignment/parse-justify-content-expected.txt b/LayoutTests/fast/alignment/parse-justify-content-expected.txt
|
| index 791eaf52aff8d4449d8793ba82e7a1e48535e8cf..ea6f435aafce4c6d012c508ff5cf3ac56dc4dc7e 100644
|
| --- a/LayoutTests/fast/alignment/parse-justify-content-expected.txt
|
| +++ b/LayoutTests/fast/alignment/parse-justify-content-expected.txt
|
| @@ -55,7 +55,7 @@ PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is
|
| PASS element.style.justifyContent is "auto"
|
| PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
|
| PASS element.style.justifyContent is "auto"
|
| -PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "flex-start"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "stretch"
|
| PASS element.style.justifyContent is "auto"
|
| PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
|
| PASS element.style.justifyContent is "flex-end"
|
| @@ -121,7 +121,7 @@ Test the value 'initial' for flex containers
|
| PASS element.style.justifyContent is "right true"
|
| PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "right true"
|
| PASS element.style.justifyContent is "initial"
|
| -PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "flex-start"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "stretch"
|
|
|
| Test the value 'inherit'
|
| PASS element.style.justifyContent is "end"
|
|
|