mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 21:12:08 +02:00
Tests: Resync imported WPT tests
This commit is contained in:
committed by
Shannon Booth
parent
dda3cb99b7
commit
504a8e6d1d
Notes:
github-actions[bot]
2026-04-04 21:38:15 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/504a8e6d1d3 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8776 Reviewed-by: https://github.com/shannonbooth ✅
@@ -1,8 +1,9 @@
|
||||
Harness status: OK
|
||||
|
||||
Found 17 tests
|
||||
Found 23 tests
|
||||
|
||||
17 Pass
|
||||
6 Fail
|
||||
Pass Property rotate value 'none'
|
||||
Pass Property rotate value '0deg'
|
||||
Pass Property rotate value '100 200 300 400grad'
|
||||
@@ -16,7 +17,13 @@ Pass Property rotate value 'y 400grad'
|
||||
Pass Property rotate value '400grad y'
|
||||
Pass Property rotate value '0 0.5 0 400grad'
|
||||
Pass Property rotate value '0 1 0 400grad'
|
||||
Fail Property rotate value '-0.5 0 0 400grad'
|
||||
Fail Property rotate value '-1 0 0 400grad'
|
||||
Fail Property rotate value '0 -0.5 0 400grad'
|
||||
Fail Property rotate value '0 -1 0 400grad'
|
||||
Pass Property rotate value '400grad'
|
||||
Pass Property rotate value '400grad z'
|
||||
Pass Property rotate value '0 0 0.5 400grad'
|
||||
Pass Property rotate value '0 0 1 400grad'
|
||||
Pass Property rotate value '0 0 1 400grad'
|
||||
Fail Property rotate value '0 0 -0.5 400grad'
|
||||
Fail Property rotate value '0 0 -1 400grad'
|
||||
@@ -1,8 +1,9 @@
|
||||
Harness status: OK
|
||||
|
||||
Found 17 tests
|
||||
Found 23 tests
|
||||
|
||||
17 Pass
|
||||
6 Fail
|
||||
Pass e.style['rotate'] = "none" should set the property value
|
||||
Pass e.style['rotate'] = "0deg" should set the property value
|
||||
Pass e.style['rotate'] = "100 200 300 400grad" should set the property value
|
||||
@@ -16,7 +17,13 @@ Pass e.style['rotate'] = "y 400grad" should set the property value
|
||||
Pass e.style['rotate'] = "400grad y" should set the property value
|
||||
Pass e.style['rotate'] = "0 0.5 0 400grad" should set the property value
|
||||
Pass e.style['rotate'] = "0 1 0 400grad" should set the property value
|
||||
Fail e.style['rotate'] = "-0.5 0 0 400grad" should set the property value
|
||||
Fail e.style['rotate'] = "-1 0 0 400grad" should set the property value
|
||||
Fail e.style['rotate'] = "0 -0.5 0 400grad" should set the property value
|
||||
Fail e.style['rotate'] = "0 -1 0 400grad" should set the property value
|
||||
Pass e.style['rotate'] = "400grad" should set the property value
|
||||
Pass e.style['rotate'] = "400grad z" should set the property value
|
||||
Pass e.style['rotate'] = "0 0 0.5 400grad" should set the property value
|
||||
Pass e.style['rotate'] = "0 0 1 400grad" should set the property value
|
||||
Pass e.style['rotate'] = "0 0 1 400grad" should set the property value
|
||||
Fail e.style['rotate'] = "0 0 -0.5 400grad" should set the property value
|
||||
Fail e.style['rotate'] = "0 0 -1 400grad" should set the property value
|
||||
@@ -1,8 +1,8 @@
|
||||
Harness status: OK
|
||||
|
||||
Found 19 tests
|
||||
Found 20 tests
|
||||
|
||||
19 Pass
|
||||
20 Pass
|
||||
Pass e.style['transform'] = "none scale(2)" should not set the property value
|
||||
Pass e.style['transform'] = "translateX(3%) none" should not set the property value
|
||||
Pass e.style['transform'] = "matrix(1, 2)" should not set the property value
|
||||
@@ -21,4 +21,5 @@ Pass e.style['transform'] = "rotate(0, 0, 0, 0)" should not set the property val
|
||||
Pass e.style['transform'] = "skew(0, 0, 0)" should not set the property value
|
||||
Pass e.style['transform'] = "skewX(0, 0)" should not set the property value
|
||||
Pass e.style['transform'] = "skewY(0, 0)" should not set the property value
|
||||
Pass e.style['transform'] = "scaleX(2), scaleY(3)" should not set the property value
|
||||
Pass e.style['transform'] = "scaleX(2), scaleY(3)" should not set the property value
|
||||
Pass e.style['transform'] = "perspective(1000)" should not set the property value
|
||||
Reference in New Issue
Block a user