LibWeb: Return absolutized computed value for outline width property

This commit is contained in:
Tim Ledbetter 2025-04-04 23:56:09 +01:00 committed by Andreas Kling
commit 32812f5db0
Notes: github-actions[bot] 2025-04-05 10:55:27 +00:00
7 changed files with 100 additions and 32 deletions

View file

@ -0,0 +1,14 @@
Harness status: OK
Found 9 tests
9 Pass
Pass Property outline-width value '2.5px'
Pass Property outline-width value '10px'
Pass Property outline-width value '0.5em'
Pass Property outline-width value 'calc(10px + 0.5em)'
Pass Property outline-width value 'calc(10px - 0.5em)'
Pass Property outline-width value 'thin'
Pass Property outline-width value 'medium'
Pass Property outline-width value 'thick'
Pass outline-width is 0 when outline-style is none