mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 00:56:39 +00:00
LibWeb/CSS: Reject radial-gradient functions with negative size
This commit is contained in:
parent
f2678bfcb8
commit
764b80a1cc
Notes:
github-actions[bot]
2025-03-14 15:09:31 +00:00
Author: https://github.com/tcl3
Commit: 764b80a1cc
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3916
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 64 additions and 2 deletions
|
@ -0,0 +1,17 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 12 tests
|
||||
|
||||
12 Pass
|
||||
Pass e.style['background-image'] = "none, auto" should not set the property value
|
||||
Pass e.style['background-image'] = "radial-gradient(circle -10px at center, red, blue)" should not set the property value
|
||||
Pass e.style['background-image'] = "repeating-radial-gradient(-10px at center, red, blue)" should not set the property value
|
||||
Pass e.style['background-image'] = "radial-gradient(ellipse -20px 30px at center, red, blue)" should not set the property value
|
||||
Pass e.style['background-image'] = "repeating-radial-gradient(-20% 30% at center, red, blue)" should not set the property value
|
||||
Pass e.style['background-image'] = "radial-gradient(20px -30px at center, red, blue)" should not set the property value
|
||||
Pass e.style['background-image'] = "repeating-radial-gradient(20px -30px ellipse at center, red, blue)" should not set the property value
|
||||
Pass e.style['background-image'] = "cross-fade(auto blue, 50% red)" should not set the property value
|
||||
Pass e.style['background-image'] = "cross-fade(1px red, green)" should not set the property value
|
||||
Pass e.style['background-image'] = "cross-fade(calc(1% + 1px) red, green)" should not set the property value
|
||||
Pass e.style['background-image'] = "cross-fade(-1% red, green)" should not set the property value
|
||||
Pass e.style['background-image'] = "cross-fade(101% red, green)" should not set the property value
|
Loading…
Add table
Add a link
Reference in a new issue