layout: Handle block-in-inline dependency on block constraints#41624
Conversation
|
🔨 Triggering try run (#20653499790) for Linux (WPT) |
|
🤖 Opened new upstream WPT pull request (web-platform-tests/wpt#56956) with upstreamable changes. |
|
Test results for linux-wpt from try job (#20653499790): Flaky unexpected result (38)
Stable unexpected results that are known to be intermittent (27)
|
|
✨ Try run (#20653499790) succeeded. |
945dba7 to
e792c32
Compare
|
It's easier to fix this after #41632 |
|
🔨 Triggering try run (#20658343294) for Linux (WPT) |
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#56956). |
|
✍ Updated existing upstream WPT pull request (web-platform-tests/wpt#56956) title and body. |
|
Test results for linux-wpt from try job (#20658343294): Flaky unexpected result (33)
Stable unexpected results that are known to be intermittent (24)
|
|
✨ Try run (#20658343294) succeeded. |
When a block-level that depends on block constraints is inside an inline formatting context, then the entire layout of the IFC needs to be marked as depending on block constraints too. Signed-off-by: Oriol Brufau <[email protected]>
e792c32 to
0687d98
Compare
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#56956). |
|
✍ Updated existing upstream WPT pull request (web-platform-tests/wpt#56956) title and body. |
When a block-level that depends on block constraints is inside an inline formatting context, then the entire layout of the IFC needs to be marked as depending on block constraints too.
Testing: Adding new test
Fixes: #41623