mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb: Use available space to resolve sizes in FFC
If available space is definite it should always match the size of the containing block. Therefore, there is no need to do containing block node lookup.
This commit is contained in:
committed by
Andreas Kling
parent
5aa1d7837f
commit
dd11d48a1d
Notes:
github-actions[bot]
2024-11-10 18:15:48 +00:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/LadybirdBrowser/ladybird/commit/dd11d48a1dc Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2258
@@ -6,6 +6,6 @@ Rerun
|
||||
|
||||
Found 1 tests
|
||||
|
||||
1 Fail
|
||||
1 Pass
|
||||
Details
|
||||
Result Test Name MessageFail .flexbox 1
|
||||
Result Test Name MessagePass .flexbox 1
|
||||
@@ -6,12 +6,11 @@ Rerun
|
||||
|
||||
Found 8 tests
|
||||
|
||||
7 Pass
|
||||
1 Fail
|
||||
8 Pass
|
||||
Details
|
||||
Result Test Name MessagePass .flexbox 1
|
||||
Pass .flexbox 2
|
||||
Fail .flexbox 3
|
||||
Pass .flexbox 3
|
||||
Pass .flexbox 4
|
||||
Pass .flexbox 5
|
||||
Pass .flexbox 6
|
||||
|
||||
@@ -6,12 +6,11 @@ Rerun
|
||||
|
||||
Found 8 tests
|
||||
|
||||
7 Pass
|
||||
1 Fail
|
||||
8 Pass
|
||||
Details
|
||||
Result Test Name MessagePass .flexbox 1
|
||||
Pass .flexbox 2
|
||||
Fail .flexbox 3
|
||||
Pass .flexbox 3
|
||||
Pass .flexbox 4
|
||||
Pass .flexbox 5
|
||||
Pass .flexbox 6
|
||||
|
||||
Reference in New Issue
Block a user