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:
Tim Ledbetter 2025-06-16 22:41:15 +01:00 committed by Jelle Raaijmakers
commit 28b24b72bc
Notes: github-actions[bot] 2025-06-17 07:27:49 +00:00
4 changed files with 36 additions and 15 deletions

View file

@ -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'