mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision b'a85f0dfe538b9cb894388a65dba7a2a21db050c7' (#30879)
This commit is contained in:
parent
e4aed3d06a
commit
5c8fc7309d
917 changed files with 30677 additions and 3146 deletions
|
@ -1,3 +1,3 @@
|
|||
[integer_interpolation_round_half_towards_positive_infinity_order.html]
|
||||
[integer_interpolation_round_half_001.html]
|
||||
[Integer interpolation should be rounded towards positive infinity]
|
||||
expected: FAIL
|
|
@ -4,3 +4,9 @@
|
|||
|
||||
['max((min(10%, 30px) + 10px) * 2 + 10px, 5em + 5%)' as a computed value should serialize as 'max(10px + (10px + min(10%, 30px)) * 2, 5% + 80px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['max((min(10%, 30px) + 10px) * 2 + 10px, 5em + 5%)' as a specified value should serialize as 'max(10px + ((10px + min(10%, 30px)) * 2), 5% + 5em)'.]
|
||||
expected: FAIL
|
||||
|
||||
['max((min(10%, 30px) + 10px) * 2 + 10px, 5em + 5%)' as a computed value should serialize as 'max(10px + ((10px + min(10%, 30px)) * 2), 5% + 80px)'.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -25,3 +25,30 @@
|
|||
|
||||
[calc(progress(1 from 0 to 1) * 1deg) should be used-value-equivalent to 1deg]
|
||||
expected: FAIL
|
||||
|
||||
[progress(1000em from 10em to 110em) should be used-value-equivalent to 10]
|
||||
expected: FAIL
|
||||
|
||||
[scale(progress(1000em from 10rem to 110em)) should be used-value-equivalent to scale(10)]
|
||||
expected: FAIL
|
||||
|
||||
[scale(progress(0em from 0rem to 0em)) should be used-value-equivalent to scale(0)]
|
||||
expected: FAIL
|
||||
|
||||
[scale(progress(sign(1em - 1rem) * 1ex from 0rem to 0em)) should be used-value-equivalent to scale(0)]
|
||||
expected: FAIL
|
||||
|
||||
[calc(progress(sign(1001em - 10lh * progress(100px from 2rex to 10ex)) * 10em from 2rem to 12em) / 2) should be used-value-equivalent to 0.5]
|
||||
expected: FAIL
|
||||
|
||||
[calc(progress(sign(1001em - 10lh * progress(100px from 2rex to 10ex)) * 20em from 2rem to 12em) * 10) should be used-value-equivalent to 20]
|
||||
expected: FAIL
|
||||
|
||||
[calc(progress(sign(1001em - 10lh * progress(100px from 2rex to 10ex)) * 20em from 2rem to 12em) * 30) should be used-value-equivalent to 60]
|
||||
expected: FAIL
|
||||
|
||||
[calc(progress(sign(1001em - 10lh * progress(100px from 2rex to 10ex)) * 20em from 2rem to 12em) / 4) should be used-value-equivalent to 0.5]
|
||||
expected: FAIL
|
||||
|
||||
[calc(progress(sign(1001em - 10lh * progress(100px from 2rex to 10ex)) * 20em from 2rem to 12em) * 4) should be used-value-equivalent to 8]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue