Upgrade Stylo to 2024-04-16 (#32128)

* Upgrade Stylo to 2024-04-16

* Fixup for https://phabricator.services.mozilla.com/D205051

* Fixup for https://phabricator.services.mozilla.com/D203153

* Fixup for https://phabricator.services.mozilla.com/D202460

* Fixup for https://phabricator.services.mozilla.com/D205718

* Fixup for https://phabricator.services.mozilla.com/D206428

* Update test expectations
This commit is contained in:
Oriol Brufau 2024-04-25 16:48:07 +02:00 committed by GitHub
parent 1440406e91
commit 401e49010f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 65 additions and 175 deletions

View file

@ -4,27 +4,3 @@
[calc(1 / round(up, -1, infinity) should be used-value-equivalent to calc(-infinity)]
expected: FAIL
[round(1.5) should be used-value-equivalent to 2]
expected: FAIL
[round(up, 1.5) should be used-value-equivalent to 2]
expected: FAIL
[round(down, 1.5) should be used-value-equivalent to 1]
expected: FAIL
[round(to-zero, 1.5) should be used-value-equivalent to 1]
expected: FAIL
[round(-1.5) should be used-value-equivalent to -1]
expected: FAIL
[round(up, -1.5) should be used-value-equivalent to -1]
expected: FAIL
[round(down, -1.5) should be used-value-equivalent to -2]
expected: FAIL
[round(to-zero, -1.5) should be used-value-equivalent to -1]
expected: FAIL