Bug 1447937 [wpt PR 10141] - [css-grid] Fix auto repeat tracks computation with defin...
commit4180128291b19b0cdde86711824e3fcce40426fe
authorSergio Villar Senin <svillar@igalia.com>
Mon, 9 Apr 2018 17:42:39 +0000 (9 17:42 +0000)
committerJames Graham <james@hoppipolla.co.uk>
Sun, 15 Apr 2018 07:35:24 +0000 (15 08:35 +0100)
tree1122547580eb1ce889c75324db35de7601b84623
parent4af726f90108150def4f7d0b198c63158300ae56
Bug 1447937 [wpt PR 10141] - [css-grid] Fix auto repeat tracks computation with definite min sizes, a=testonly

Automatic update from web-platform-tests[css-grid] Fix auto repeat tracks computation with definite min sizes

Indefinitely sized containers use the specified definite min-size (if any) as
available space in order to compute the number of auto repeat tracks to
create. A bug in that code was causing the grid to be one track larger than
expected. That was only happening in the case of the free space being
a multiple of the total size of the autorepeat tracks.

Bug: 823140
Change-Id: I6cc13df478da4ba00585fa557012391291941d1a
Reviewed-on: https://chromium-review.googlesource.com/973522
Commit-Queue: Sergio Villar <svillar@igalia.com>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Reviewed-by: Manuel Rego Casasnovas <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#545403}

wpt-commits: 9e2e5eb3fc0dbb25a8f643020577157c3e64d556
wpt-pr: 10141
wpt-commits: 9e2e5eb3fc0dbb25a8f643020577157c3e64d556
wpt-pr: 10141
testing/web-platform/meta/MANIFEST.json
testing/web-platform/tests/css/css-grid/grid-definition/grid-inline-auto-repeat-001.html [new file with mode: 0644]