mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb: Resolve circle()/ellipse() position keywords at parse time
This commit is contained in:
Notes:
github-actions[bot]
2026-01-05 11:43:14 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/96a4e33eaf0 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7308 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -2,25 +2,24 @@ Harness status: OK
|
||||
|
||||
Found 20 tests
|
||||
|
||||
1 Pass
|
||||
19 Fail
|
||||
Fail e.style['shape-outside'] = "circle(at 10%)" should set the property value
|
||||
20 Pass
|
||||
Pass e.style['shape-outside'] = "circle(at 10%)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at 20% 30px)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at 30px center)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at 40px top)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at bottom 10% right 20%)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at bottom right)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at center)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at center 50px)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at center bottom)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at center center)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at center left)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at left)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at left bottom)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at left center)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at right 40%)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at right 30% top 60px)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at top)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at top center)" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at top 0% right calc(10% * sign(1em - 1px)))" should set the property value
|
||||
Fail e.style['shape-outside'] = "circle(at top 0% right calc(10% * sibling-index()))" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at 30px center)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at 40px top)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at bottom 10% right 20%)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at bottom right)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at center)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at center 50px)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at center bottom)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at center center)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at center left)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at left)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at left bottom)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at left center)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at right 40%)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at right 30% top 60px)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at top)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at top center)" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at top 0% right calc(10% * sign(1em - 1px)))" should set the property value
|
||||
Pass e.style['shape-outside'] = "circle(at top 0% right calc(10% * sibling-index()))" should set the property value
|
||||
Reference in New Issue
Block a user