Tests: Synchronize imported tests with the WPT repository

This commit is contained in:
Tim Ledbetter
2025-06-21 15:43:33 +01:00
committed by Alexander Kalenik
parent 11e5cd5048
commit 689dff3ee8
Notes: github-actions[bot] 2025-06-22 21:52:43 +00:00
155 changed files with 1485 additions and 750 deletions

View File

@@ -1,9 +1,11 @@
Harness status: OK
Found 4 tests
Found 6 tests
4 Pass
6 Pass
Pass e.style['flex'] = "none 1" should not set the property value
Pass e.style['flex'] = "2 3 4" should not set the property value
Pass e.style['flex'] = "5px 7%" should not set the property value
Pass e.style['flex'] = "9 none" should not set the property value
Pass e.style['flex'] = "9 none" should not set the property value
Pass e.style['flex'] = "1 2 calc(0)" should not set the property value
Pass e.style['flex'] = "1 2 calc(3 - 3)" should not set the property value

View File

@@ -1,11 +1,22 @@
Harness status: OK
Found 6 tests
Found 16 tests
6 Pass
14 Pass
2 Fail
Pass e.style['flex'] = "none" should set the property value
Pass e.style['flex'] = "1" should set the property value
Pass e.style['flex'] = "2 3" should set the property value
Pass e.style['flex'] = "4 5 6px" should set the property value
Pass e.style['flex'] = "6px 4 5" should set the property value
Pass e.style['flex'] = "6px 4" should set the property value
Pass e.style['flex'] = "6px" should set the property value
Pass e.style['flex'] = "7% 8" should set the property value
Pass e.style['flex'] = "8 auto" should set the property value
Pass e.style['flex'] = "8 auto" should set the property value
Pass e.style['flex'] = "1 1 10em" should set the property value
Pass e.style['flex'] = "1 1 calc(10em)" should set the property value
Pass e.style['flex'] = "1 1 calc(-10em)" should set the property value
Fail e.style['flex'] = "calc(10 + (sign(20cqw - 10px) * 5)) calc(10 + (sign(20cqw - 10px) * 5)) 1px" should set the property value
Fail e.style['flex'] = "1 1 calc(10px + (sign(20cqw - 10px) * 5px))" should set the property value
Pass e.style['flex'] = "calc(1) calc(2 + 1) calc(3px)" should set the property value
Pass e.style['flex'] = "calc(-1) calc(-1) 0" should set the property value