mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
LibWeb/CSS: Don't allow negative values in border-radius
property
This commit is contained in:
parent
632fc73643
commit
18cccd7633
Notes:
github-actions[bot]
2025-03-14 15:09:00 +00:00
Author: https://github.com/tcl3
Commit: 18cccd7633
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3916
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 53 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 11 tests
|
||||
|
||||
11 Pass
|
||||
Pass e.style['border-radius'] = "auto" should not set the property value
|
||||
Pass e.style['border-radius'] = "none" should not set the property value
|
||||
Pass e.style['border-radius'] = "1px 2px 3px 4px 5px" should not set the property value
|
||||
Pass e.style['border-radius'] = "-1px" should not set the property value
|
||||
Pass e.style['border-radius'] = "1px -2px" should not set the property value
|
||||
Pass e.style['border-radius'] = "1em /" should not set the property value
|
||||
Pass e.style['border-radius'] = "1px / 2px / 3px" should not set the property value
|
||||
Pass e.style['border-radius'] = "4 / 5" should not set the property value
|
||||
Pass e.style['border-radius'] = "5em 1px 5em 2% 5em 3px 5em 4%" should not set the property value
|
||||
Pass e.style['border-radius'] = "1px 5em 2% 5em 3px 5em 4% 5em" should not set the property value
|
||||
Pass e.style['border-top-left-radius'] = "10px 20px 30px" should not set the property value
|
Loading…
Add table
Add a link
Reference in a new issue