| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-content-alignment-stretch-only-valid-for-auto-sized-tracks.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-content-alignment-stretch-only-valid-for-auto-sized-tracks.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-content-alignment-stretch-only-valid-for-auto-sized-tracks.html
|
| index b09c031be799646ededb25626d8831638bafffa2..587442fca4d4fff9105921146d92279f127e1a9f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-content-alignment-stretch-only-valid-for-auto-sized-tracks.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-content-alignment-stretch-only-valid-for-auto-sized-tracks.html
|
| @@ -55,7 +55,7 @@ body {
|
|
|
| /* track sizes allowed to be stetched */
|
| .autoTracks { grid: auto auto / auto auto; }
|
| -.autoMaxTracks { grid: minmax(20px, auto) minmax(20px, auto) / minmax(40px, auto) minmax(40px, auto); }
|
| +.autoMaxTracks { grid: minmax(40px, auto) minmax(40px, auto) / minmax(20px, auto) minmax(20px, auto); }
|
|
|
| /* content-sized tracks disallowed to be stetched */
|
| .minContentTracks { grid: min-content min-content / min-content min-content; }
|
|
|