| Index: third_party/WebKit/LayoutTests/fast/alignment/overwrite-self-alignment-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/alignment/overwrite-self-alignment-expected.txt b/third_party/WebKit/LayoutTests/fast/alignment/overwrite-self-alignment-expected.txt
|
| index b10044b78410c9d98c9c37c5d36b30102f0a3108..afc59495dbe0409a8f4a548ae3a9c23344c3522b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/alignment/overwrite-self-alignment-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/alignment/overwrite-self-alignment-expected.txt
|
| @@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
| PASS getComputedStyle(parent, '').getPropertyValue('justify-items') is "center"
|
| PASS getComputedStyle(parent, '').getPropertyValue('align-items') is "stretch"
|
| -PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('justify-self') is "flex-end true"
|
| +PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('justify-self') is "flex-end unsafe"
|
| PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('align-self') is "flex-start safe"
|
| PASS getComputedStyle(childOfParentId, '').getPropertyValue('justify-self') is "center"
|
| PASS getComputedStyle(childOfParentId, '').getPropertyValue('align-self') is "stretch"
|
|
|