Commit d73db74
[Masonry] Call
This method has two main parts:
1) the call to `CalculateIntrinsicBlockSizeIgnoringChildren`, which
takes care of how `select multiple` and `textarea` should affect block
size. There are already tests to account for this in grid-lanes, and
they were already passing, so no new tests were added.
2) applying "fill viewport" in quirks mode, which a test was added for.
Bug: 343257585
Change-Id: I8f37e140f974b6dcea7826d959d2860619622d5e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7545446
Reviewed-by: Alison Maher <almaher@microsoft.com>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Celeste Pan <celestepan@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1581088}ClampIntrinsicBlockSize in Grid-Lanes1 parent f82bcac commit d73db74
File tree
2 files changed
+35
-0
lines changed- css/css-grid/grid-lanes/tentative/intrinsic-sizing
2 files changed
+35
-0
lines changedLines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments