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