mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Don't collapse serialized comma separated StyleValueLists
This commit is contained in:
Notes:
github-actions[bot]
2025-12-08 11:47:57 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/233146421ac Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7050 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -2,8 +2,7 @@ Harness status: OK
|
||||
|
||||
Found 43 tests
|
||||
|
||||
42 Pass
|
||||
1 Fail
|
||||
43 Pass
|
||||
Pass e.style['position-try-fallbacks'] = "initial" should set the property value
|
||||
Pass e.style['position-try-fallbacks'] = "inherit" should set the property value
|
||||
Pass e.style['position-try-fallbacks'] = "unset" should set the property value
|
||||
@@ -13,7 +12,7 @@ Pass e.style['position-try-fallbacks'] = "flip-block" should set the property va
|
||||
Pass e.style['position-try-fallbacks'] = "flip-block " should set the property value
|
||||
Pass e.style['position-try-fallbacks'] = "flip-start, flip-block" should set the property value
|
||||
Pass e.style['position-try-fallbacks'] = "flip-start flip-inline, flip-block" should set the property value
|
||||
Fail e.style['position-try-fallbacks'] = "flip-start, flip-start" should set the property value
|
||||
Pass e.style['position-try-fallbacks'] = "flip-start, flip-start" should set the property value
|
||||
Pass e.style['position-try-fallbacks'] = "flip-start flip-inline flip-block" should set the property value
|
||||
Pass e.style['position-try-fallbacks'] = "flip-block, --foo" should set the property value
|
||||
Pass e.style['position-try-fallbacks'] = "--bar, flip-block flip-start" should set the property value
|
||||
|
||||
Reference in New Issue
Block a user