| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/resources/grid-alignment.css
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/resources/grid-alignment.css b/third_party/WebKit/LayoutTests/fast/css-grid-layout/resources/grid-alignment.css
|
| index c8a86bbc280f0f552628dfe8d59f262acee93473..765241bc5af75b27437624e5431b17a65b0aae97 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/resources/grid-alignment.css
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/resources/grid-alignment.css
|
| @@ -18,6 +18,8 @@
|
| .alignSelfEndSafe { align-self: end safe; }
|
| .alignSelfEndUnsafe { align-self: end unsafe; }
|
|
|
| +.alignSelfBaseline { align-self: baseline; }
|
| +
|
| /* align-items */
|
| .alignItemsAuto { align-items: auto; }
|
| .alignItemsStretch { align-items: stretch; }
|
| @@ -159,6 +161,10 @@
|
| align-self: self-end;
|
| justify-self: self-end;
|
| }
|
| +.selfBaseline {
|
| + align-self: baseline;
|
| + justify-self: baseline;
|
| +}
|
|
|
| /* Both align-content and justify-content */
|
| .contentStart {
|
|
|