Sync WPT with upstream (26-11-2023) (#30783)

* Update web-platform-tests to revision b'a59ba94da3f2638beee8950e423c5fedfe02e809'

* Update expectations

* Update expectations again

---------

Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Servo WPT Sync
2023-11-27 10:50:45 -05:00
committed by GitHub
parent 76401823f2
commit 139df1c73b
412 changed files with 7843 additions and 4775 deletions

View File

@@ -0,0 +1,27 @@
[progress-computed.tentative.html]
[progress(1 from 0 to 1) should be used-value-equivalent to 1]
expected: FAIL
[progress(progress(1 from 0 to 1) from progress(0px from 0px to 1px) to progress(1deg from 0deg to 1deg)) should be used-value-equivalent to 1]
expected: FAIL
[progress(sign(-10px) * 10px from (10px - 10px) to 10px * progress(1deg from 0deg to 1deg)) should be used-value-equivalent to -1]
expected: FAIL
[calc(progress(100px from 0px to 50px) * 10px + 100px) should be used-value-equivalent to 120px]
expected: FAIL
[calc(progress(100 from 0 to sign(50px))) should be used-value-equivalent to 100]
expected: FAIL
[calc(progress(abs(5%) from hypot(3%, 4%) to 10%)) should be used-value-equivalent to 1]
expected: FAIL
[calc(progress(1 from 0 to 1) * 10px) should be used-value-equivalent to 10px]
expected: FAIL
[calc(progress(1 from 0 to 1) * 1s) should be used-value-equivalent to 1s]
expected: FAIL
[calc(progress(1 from 0 to 1) * 1deg) should be used-value-equivalent to 1deg]
expected: FAIL