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..b9e561573fffac4cf07afd3de06c7f58635be9c6 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 |
| @@ -93,6 +93,16 @@ |
| .justifyContentStretch { justify-content: stretch; } |
| /* Both align-items and justify-items */ |
| +.itemsNormal { |
| + align-items: normal; |
| + justify-items: normal; |
| +} |
| + |
| +.itemsStretch { |
| + align-items: stretch; |
| + justify-items: stretch; |
| +} |
| + |
| .itemsStart { |
| align-items: start; |
| justify-items: start; |