mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibWeb: Don't resolve flow-relative values for float
too early
This allows `getComputedStyle()` to return the correct value if `float` is set to `inline-start` or `inline-end`
This commit is contained in:
parent
3f5c339d59
commit
28b24b72bc
Notes:
github-actions[bot]
2025-06-17 07:27:49 +00:00
Author: https://github.com/tcl3
Commit: 28b24b72bc
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5109
Reviewed-by: https://github.com/gmta ✅
4 changed files with 36 additions and 15 deletions
|
@ -0,0 +1,10 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 5 tests
|
||||
|
||||
5 Pass
|
||||
Pass Property float value 'none'
|
||||
Pass Property float value 'left'
|
||||
Pass Property float value 'right'
|
||||
Pass Property float value 'inline-start'
|
||||
Pass Property float value 'inline-end'
|
Loading…
Add table
Add a link
Reference in a new issue