Chromium Code Reviews| 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 765241bc5af75b27437624e5431b17a65b0aae97..b34eb035077e4c69e76b7ac3e0ad98a5a9d985b6 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 |
| @@ -127,6 +127,10 @@ |
| align-items: self-end; |
| justify-items: self-end; |
| } |
| +.itemsBaseline { |
| + align-items: baseline; |
| + justify-items: baseline; |
| +} |
| /* Both align-self and justify-self */ |
| .selfStretch { |