mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +00:00
LibWeb: Return absolutized computed value for outline width property
This commit is contained in:
parent
b05b9378ed
commit
32812f5db0
Notes:
github-actions[bot]
2025-04-05 10:55:27 +00:00
Author: https://github.com/tcl3
Commit: 32812f5db0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4233
7 changed files with 100 additions and 32 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue