commit 43763751cfef4b8c71aa73ba8cec64fa74a6608c parent 74467d3df710327c1d28b6bf73679bd4aaedbdc3 Author: Alison Maher <almaher@microsoft.com> Date: Wed, 15 Oct 2025 08:43:40 +0000 Bug 1993927 [wpt PR 55364] - [Masonry] Update irrelevant comments, a=testonly Automatic update from web-platform-tests [Masonry] Update irrelevant comments There were some comments/TODOs no longer relevant given the below CSSWG resolutions. This CL cleans them up. - https://github.com/w3c/csswg-drafts/issues/12580#issuecomment-3357027054 - https://github.com/w3c/csswg-drafts/issues/12111#issuecomment-3249911114 - https://github.com/w3c/csswg-drafts/issues/10882#issuecomment-3356983086 Bug: 343257585 Change-Id: I9a82598e010324bd00e082d4673e8fb6953e7533 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7032283 Auto-Submit: Alison Maher <almaher@microsoft.com> Reviewed-by: Kurt Catti-Schmidt <kschmi@microsoft.com> Commit-Queue: Kurt Catti-Schmidt <kschmi@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1528345} -- wpt-commits: 9bf18671625140220c6b6806ed0e9ec1654920f3 wpt-pr: 55364 Diffstat:
8 files changed, 8 insertions(+), 24 deletions(-)
diff --git a/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/intrinsic-auto-repeat/column-auto-repeat-auto-005.html b/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/intrinsic-auto-repeat/column-auto-repeat-auto-005.html @@ -11,9 +11,7 @@ item-tolerance: 0; /* This is not currently a valid track definition and will fall back to - none. However, this is going to change in the future[1]. - - [1] https://github.com/w3c/csswg-drafts/issues/12580#issuecomment-3201090594 + none. */ grid-template-columns: auto repeat(auto-fill, auto) auto; width: 300px; diff --git a/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/intrinsic-auto-repeat/column-auto-repeat-fit-content-003.html b/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/intrinsic-auto-repeat/column-auto-repeat-fit-content-003.html @@ -12,9 +12,7 @@ item-tolerance: 0; /* This is not currently a valid track definition and will fall back to - none. However, this is going to change in the future[1]. - - [1] https://github.com/w3c/csswg-drafts/issues/12580#issuecomment-3201090594 + none. */ grid-template-columns: fit-content(100px) repeat(auto-fill, fit-content(100px)) fit-content(100px); width: 300px; diff --git a/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/intrinsic-auto-repeat/column-auto-repeat-max-content-003.html b/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/intrinsic-auto-repeat/column-auto-repeat-max-content-003.html @@ -12,9 +12,7 @@ item-tolerance: 0; /* This is not currently a valid track definition and will fall back to - none. However, this is going to change in the future[1]. - - [1] https://github.com/w3c/csswg-drafts/issues/12580#issuecomment-3201090594 + none. */ grid-template-columns: max-content repeat(auto-fill, max-content) max-content; width: 300px; diff --git a/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/intrinsic-auto-repeat/column-auto-repeat-min-content-003.html b/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/intrinsic-auto-repeat/column-auto-repeat-min-content-003.html @@ -12,9 +12,7 @@ item-tolerance: 0; /* This is not currently a valid track definition and will fall back to - none. However, this is going to change in the future[1]. - - [1] https://github.com/w3c/csswg-drafts/issues/12580#issuecomment-3201090594 + none. */ grid-template-columns: min-content repeat(auto-fill, min-content) min-content; width: 300px; diff --git a/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/intrinsic-auto-repeat/row-auto-repeat-auto-005.html b/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/intrinsic-auto-repeat/row-auto-repeat-auto-005.html @@ -12,9 +12,7 @@ masonry-direction: row; /* This is not currently a valid track definition and will fall back to - none. However, this is going to change in the future[1]. - - [1] https://github.com/w3c/csswg-drafts/issues/12580#issuecomment-3201090594 + none. */ grid-template-rows: auto repeat(auto-fill, auto) auto; width: 300px; diff --git a/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/intrinsic-auto-repeat/row-auto-repeat-fit-content-003.html b/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/intrinsic-auto-repeat/row-auto-repeat-fit-content-003.html @@ -13,9 +13,7 @@ masonry-direction: row; /* This is not currently a valid track definition and will fall back to - none. However, this is going to change in the future[1]. - - [1] https://github.com/w3c/csswg-drafts/issues/12580#issuecomment-3201090594 + none. */ grid-template-rows: fit-content(100px) repeat(auto-fill, fit-content(100px)) fit-content(100px); width: 300px; diff --git a/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/intrinsic-auto-repeat/row-auto-repeat-max-content-003.html b/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/intrinsic-auto-repeat/row-auto-repeat-max-content-003.html @@ -13,9 +13,7 @@ masonry-direction: row; /* This is not currently a valid track definition and will fall back to - none. However, this is going to change in the future[1]. - - [1] https://github.com/w3c/csswg-drafts/issues/12580#issuecomment-3201090594 + none. */ grid-template-rows: max-content repeat(auto-fill, max-content) max-content; width: 300px; diff --git a/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/intrinsic-auto-repeat/row-auto-repeat-min-content-003.html b/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/intrinsic-auto-repeat/row-auto-repeat-min-content-003.html @@ -13,9 +13,7 @@ masonry-direction: row; /* This is not currently a valid track definition and will fall back to - none. However, this is going to change in the future[1]. - - [1] https://github.com/w3c/csswg-drafts/issues/12580#issuecomment-3201090594 + none. */ grid-template-rows: min-content repeat(auto-fill, min-content) min-content; width: 300px;