| 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..3b4de8d18d45ae6b8324f9c51d0e73da2b41e8c4 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,11 @@
|
| .justifyContentStretch { justify-content: stretch; }
|
|
|
| /* Both align-items and justify-items */
|
| +.itemsStretch {
|
| + align-items: stretch;
|
| + justify-items: stretch;
|
| +}
|
| +
|
| .itemsStart {
|
| align-items: start;
|
| justify-items: start;
|
|
|