Update web-platform-tests to revision b'b73a0a32890ff293961eb55bb90ba57a5a711f48' (#32010)

This commit is contained in:
Servo WPT Sync 2024-04-06 22:58:36 -04:00 committed by GitHub
parent 1ffa61aabf
commit 05f1bbf0a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
765 changed files with 19221 additions and 3164 deletions

View file

@ -0,0 +1,48 @@
[container-progress-computed.tentative.html]
[container-progress(height from 0px to 1px) should be used-value-equivalent to 322]
expected: FAIL
[container-progress(width of my-container from 0px to 1px) should be used-value-equivalent to 322]
expected: FAIL
[container-progress(height from container-progress(height from 0px to 1px) * 1px to container-progress(height from 0px to 1px) * 1px) should be used-value-equivalent to 0]
expected: FAIL
[container-progress(height from container-progress(height from 0px to 1px) * 0.5px to container-progress(height from 0px to 1px) * 1px) should be used-value-equivalent to 1]
expected: FAIL
[container-progress(height from container-progress(width of my-container from 0px to 1px) * 1px to container-progress(height of my-container-2 from 0px to 1px) * 1px) should be used-value-equivalent to 0]
expected: FAIL
[calc(container-progress(width from 0px to 50px) * 10px + 100px) should be used-value-equivalent to 145.6px]
expected: FAIL
[calc(container-progress(height from 10px to sign(50px - 500em) * 10px)) should be used-value-equivalent to -15.6]
expected: FAIL
[calc(container-progress(width of my-container from 0px to 50px) * 10px + 100px) should be used-value-equivalent to 164.4px]
expected: FAIL
[calc(container-progress(height of my-container from 10px to sign(50px - 500em) * 10px)) should be used-value-equivalent to -10.9]
expected: FAIL
[container-progress(width of non-existing-container from 0px to 1px) should be used-value-equivalent to 1024]
expected: FAIL
[container-progress(height of non-existing-container from 0px to 1px) should be used-value-equivalent to 740]
expected: FAIL
[container-progress(width of out-of-scope-container from 0px to 1px) should be used-value-equivalent to 1024]
expected: FAIL
[container-progress(height of out-of-scope-container from 0px to 1px) should be used-value-equivalent to 740]
expected: FAIL
[calc(container-progress(width from 0px to 1px) * 1px) should be used-value-equivalent to 228px]
expected: FAIL
[calc(container-progress(height of my-container from 0px to 1px) * 1s) should be used-value-equivalent to 228s]
expected: FAIL
[calc(container-progress(width of my-container-2 from 0px to 1px) * 1deg) should be used-value-equivalent to 5051deg]
expected: FAIL

View file

@ -0,0 +1,24 @@
[container-progress-serialize.tentative.html]
['calc(container-progress(width from 0px to 1px) / 1000)' as a specified value should serialize as 'calc(container-progress(width from 0px to 1px) / 1000)'.]
expected: FAIL
['scale(calc(container-progress(width from 0px to 1px) / 1000))' as a specified value should serialize as 'scale(calc(container-progress(width from 0px to 1px) / 1000))'.]
expected: FAIL
['calc(container-progress(width from 0px to 1px) / 1000)' as a computed value should serialize as '0.228'.]
expected: FAIL
['scale(calc(container-progress(width from 0px to 1px) / 1000))' as a computed value should serialize as 'matrix(0.228, 0, 0, 0.228, 0, 0)'.]
expected: FAIL
['calc(0.1 * container-progress(height of my-container from 0px to 10em))' as a specified value should serialize as 'calc(0.1 * container-progress(height of my-container from 0px to 10em))'.]
expected: FAIL
['scale(calc(0.1 * container-progress(height of my-container from 0px to 10em)))' as a specified value should serialize as 'scale(calc(0.1 * container-progress(height of my-container from 0px to 10em)))'.]
expected: FAIL
['calc(0.1 * container-progress(height of my-container from 0px to 10em))' as a computed value should serialize as '0.228'.]
expected: FAIL
['scale(calc(0.1 * container-progress(height of my-container from 0px to 10em)))' as a computed value should serialize as 'matrix(0.228, 0, 0, 0.228, 0, 0)'.]
expected: FAIL

View file

@ -22,3 +22,21 @@
[calc(media-progress(width from 0px to 1px) * 1deg) should be used-value-equivalent to 1024deg]
expected: FAIL
[media-progress() identity check]
expected: FAIL
[media-progress() with length product]
expected: FAIL
[media-progress with complex to calculation]
expected: FAIL
[media-progress() as length]
expected: FAIL
[media-progress() as time]
expected: FAIL
[media-progress() as angle]
expected: FAIL