Re: [csswg-drafts] [css-grid-2] Resolving padding in indefinite intrinsic size calculation and using that to resolve indefinite size? (#8963)

> Blink/WebKit resolve to 240px as you describe

Now I'm very confused, in the test I'm getting this:

| | Firefox  | Chromium |
| ------------- | ------------- | ------------- |
| Wrapper  | Content area: 300x160<br>Padding area: 300x160  | Content area: 300x160<br>Padding area: 300x160  | 
| Grid container  | Content area: 240x100<br>Padding area: 300x160 | Content area: 200x100<br>Padding area: 260x160  |

> Are we in agreement that this particular test case expectations are wrong

No, I agree with `data-expected-width="300"` (it checks `offsetWidth`, including the padding).

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8963#issuecomment-1590128207 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 13 June 2023 22:17:30 UTC