| Index: third_party/WebKit/LayoutTests/fast/alignment/parse-align-self-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/alignment/parse-align-self-expected.txt b/third_party/WebKit/LayoutTests/fast/alignment/parse-align-self-expected.txt
|
| index b4652720933c069585fc417b99684d83a5649eae..dbdcb9d7c42490985507fbb67fe5848768168049 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/alignment/parse-align-self-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/alignment/parse-align-self-expected.txt
|
| @@ -122,7 +122,7 @@ 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 "start"
|
|
|
| Test the value 'initial' for positioned elements in grid containers
|
| PASS element.style.alignSelf is "right"
|
|
|