mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb/CSS: Parse mask-repeat property
This commit is contained in:
committed by
Sam Atkins
parent
add3a095d8
commit
7c5f1a93ed
Notes:
github-actions[bot]
2025-08-06 22:10:53 +00:00
Author: https://github.com/InvalidUsernameException Commit: https://github.com/LadybirdBrowser/ladybird/commit/7c5f1a93edc Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5511 Reviewed-by: https://github.com/AtkinsSJ ✅ Reviewed-by: https://github.com/Calme1709
@@ -2,26 +2,26 @@ Harness status: OK
|
||||
|
||||
Found 22 tests
|
||||
|
||||
22 Fail
|
||||
Fail Property mask-repeat value 'repeat-x'
|
||||
Fail Property mask-repeat value 'repeat-y'
|
||||
Fail Property mask-repeat value 'repeat'
|
||||
Fail Property mask-repeat value 'space'
|
||||
Fail Property mask-repeat value 'round'
|
||||
Fail Property mask-repeat value 'no-repeat'
|
||||
Fail Property mask-repeat value 'repeat repeat'
|
||||
Fail Property mask-repeat value 'repeat space'
|
||||
Fail Property mask-repeat value 'repeat round'
|
||||
Fail Property mask-repeat value 'repeat no-repeat'
|
||||
Fail Property mask-repeat value 'space repeat'
|
||||
Fail Property mask-repeat value 'space space'
|
||||
Fail Property mask-repeat value 'space round'
|
||||
Fail Property mask-repeat value 'space no-repeat'
|
||||
Fail Property mask-repeat value 'round repeat'
|
||||
Fail Property mask-repeat value 'round space'
|
||||
Fail Property mask-repeat value 'round round'
|
||||
Fail Property mask-repeat value 'round no-repeat'
|
||||
Fail Property mask-repeat value 'no-repeat repeat'
|
||||
Fail Property mask-repeat value 'no-repeat space'
|
||||
Fail Property mask-repeat value 'no-repeat round'
|
||||
Fail Property mask-repeat value 'no-repeat no-repeat'
|
||||
22 Pass
|
||||
Pass Property mask-repeat value 'repeat-x'
|
||||
Pass Property mask-repeat value 'repeat-y'
|
||||
Pass Property mask-repeat value 'repeat'
|
||||
Pass Property mask-repeat value 'space'
|
||||
Pass Property mask-repeat value 'round'
|
||||
Pass Property mask-repeat value 'no-repeat'
|
||||
Pass Property mask-repeat value 'repeat repeat'
|
||||
Pass Property mask-repeat value 'repeat space'
|
||||
Pass Property mask-repeat value 'repeat round'
|
||||
Pass Property mask-repeat value 'repeat no-repeat'
|
||||
Pass Property mask-repeat value 'space repeat'
|
||||
Pass Property mask-repeat value 'space space'
|
||||
Pass Property mask-repeat value 'space round'
|
||||
Pass Property mask-repeat value 'space no-repeat'
|
||||
Pass Property mask-repeat value 'round repeat'
|
||||
Pass Property mask-repeat value 'round space'
|
||||
Pass Property mask-repeat value 'round round'
|
||||
Pass Property mask-repeat value 'round no-repeat'
|
||||
Pass Property mask-repeat value 'no-repeat repeat'
|
||||
Pass Property mask-repeat value 'no-repeat space'
|
||||
Pass Property mask-repeat value 'no-repeat round'
|
||||
Pass Property mask-repeat value 'no-repeat no-repeat'
|
||||
@@ -2,26 +2,26 @@ Harness status: OK
|
||||
|
||||
Found 22 tests
|
||||
|
||||
22 Fail
|
||||
Fail e.style['mask-repeat'] = "repeat-x" should set the property value
|
||||
Fail e.style['mask-repeat'] = "repeat-y" should set the property value
|
||||
Fail e.style['mask-repeat'] = "repeat" should set the property value
|
||||
Fail e.style['mask-repeat'] = "space" should set the property value
|
||||
Fail e.style['mask-repeat'] = "round" should set the property value
|
||||
Fail e.style['mask-repeat'] = "no-repeat" should set the property value
|
||||
Fail e.style['mask-repeat'] = "repeat repeat" should set the property value
|
||||
Fail e.style['mask-repeat'] = "repeat space" should set the property value
|
||||
Fail e.style['mask-repeat'] = "repeat round" should set the property value
|
||||
Fail e.style['mask-repeat'] = "repeat no-repeat" should set the property value
|
||||
Fail e.style['mask-repeat'] = "space repeat" should set the property value
|
||||
Fail e.style['mask-repeat'] = "space space" should set the property value
|
||||
Fail e.style['mask-repeat'] = "space round" should set the property value
|
||||
Fail e.style['mask-repeat'] = "space no-repeat" should set the property value
|
||||
Fail e.style['mask-repeat'] = "round repeat" should set the property value
|
||||
Fail e.style['mask-repeat'] = "round space" should set the property value
|
||||
Fail e.style['mask-repeat'] = "round round" should set the property value
|
||||
Fail e.style['mask-repeat'] = "round no-repeat" should set the property value
|
||||
Fail e.style['mask-repeat'] = "no-repeat repeat" should set the property value
|
||||
Fail e.style['mask-repeat'] = "no-repeat space" should set the property value
|
||||
Fail e.style['mask-repeat'] = "no-repeat round" should set the property value
|
||||
Fail e.style['mask-repeat'] = "no-repeat no-repeat" should set the property value
|
||||
22 Pass
|
||||
Pass e.style['mask-repeat'] = "repeat-x" should set the property value
|
||||
Pass e.style['mask-repeat'] = "repeat-y" should set the property value
|
||||
Pass e.style['mask-repeat'] = "repeat" should set the property value
|
||||
Pass e.style['mask-repeat'] = "space" should set the property value
|
||||
Pass e.style['mask-repeat'] = "round" should set the property value
|
||||
Pass e.style['mask-repeat'] = "no-repeat" should set the property value
|
||||
Pass e.style['mask-repeat'] = "repeat repeat" should set the property value
|
||||
Pass e.style['mask-repeat'] = "repeat space" should set the property value
|
||||
Pass e.style['mask-repeat'] = "repeat round" should set the property value
|
||||
Pass e.style['mask-repeat'] = "repeat no-repeat" should set the property value
|
||||
Pass e.style['mask-repeat'] = "space repeat" should set the property value
|
||||
Pass e.style['mask-repeat'] = "space space" should set the property value
|
||||
Pass e.style['mask-repeat'] = "space round" should set the property value
|
||||
Pass e.style['mask-repeat'] = "space no-repeat" should set the property value
|
||||
Pass e.style['mask-repeat'] = "round repeat" should set the property value
|
||||
Pass e.style['mask-repeat'] = "round space" should set the property value
|
||||
Pass e.style['mask-repeat'] = "round round" should set the property value
|
||||
Pass e.style['mask-repeat'] = "round no-repeat" should set the property value
|
||||
Pass e.style['mask-repeat'] = "no-repeat repeat" should set the property value
|
||||
Pass e.style['mask-repeat'] = "no-repeat space" should set the property value
|
||||
Pass e.style['mask-repeat'] = "no-repeat round" should set the property value
|
||||
Pass e.style['mask-repeat'] = "no-repeat no-repeat" should set the property value
|
||||
Reference in New Issue
Block a user