| Index: LayoutTests/fast/alignment/parse-justify-self-expected.txt
|
| diff --git a/LayoutTests/fast/alignment/parse-justify-self-expected.txt b/LayoutTests/fast/alignment/parse-justify-self-expected.txt
|
| index b6bbfbad2e15e498ad049238b335c5f2b03d4e39..2125c32ccedac76d8561d4f858f1eea429d44782 100644
|
| --- a/LayoutTests/fast/alignment/parse-justify-self-expected.txt
|
| +++ b/LayoutTests/fast/alignment/parse-justify-self-expected.txt
|
| @@ -122,19 +122,19 @@ Test the value 'initial' for positioned elements
|
| PASS element.style.justifySelf is "left"
|
| PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "left"
|
| PASS element.style.justifySelf is "initial"
|
| -PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "stretch"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "auto"
|
|
|
| Test the value 'initial' for positioned elements in grid containers
|
| PASS element.style.justifySelf is "right"
|
| PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "right"
|
| PASS element.style.justifySelf is "initial"
|
| -PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "stretch"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "auto"
|
|
|
| Test the value 'initial' for positioned elements in grid containers
|
| PASS element.style.justifySelf is "end"
|
| PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "end"
|
| PASS element.style.justifySelf is "initial"
|
| -PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "stretch"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "auto"
|
|
|
| Test the value 'inherit'
|
| PASS element.style.justifySelf is "end"
|
|
|