Upgrade Stylo to 2024-01-16 (#32066)

* Upgrade Stylo to 2024-01-16

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

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

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

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

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

* Update test expectations
This commit is contained in:
Oriol Brufau 2024-04-13 19:42:09 +02:00 committed by GitHub
parent 93bb276602
commit a5e97525a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
66 changed files with 105 additions and 9370 deletions

View file

@ -1,60 +0,0 @@
[sin-cos-tan-computed.html]
[cos(0) should be used-value-equivalent to 1]
expected: FAIL
[sin(0) should be used-value-equivalent to 0]
expected: FAIL
[tan(0) should be used-value-equivalent to 0]
expected: FAIL
[calc(sin(pi/2 - pi/2) ) should be used-value-equivalent to 0]
expected: FAIL
[calc(cos(pi - 3.14159265358979323846) ) should be used-value-equivalent to 1]
expected: FAIL
[calc(cos(e - 2.7182818284590452354) ) should be used-value-equivalent to 1]
expected: FAIL
[calc(sin(30deg + 1.0471967rad ) ) should be used-value-equivalent to 1]
expected: FAIL
[calc(cos(30deg - 0.523599rad ) ) should be used-value-equivalent to 1]
expected: FAIL
[calc(sin(3.14159 / 2 + 1 - 1) ) should be used-value-equivalent to 1]
expected: FAIL
[calc(sin(100grad) ) should be used-value-equivalent to 1]
expected: FAIL
[calc(cos(0 / 2 + 1 - 1) ) should be used-value-equivalent to 1]
expected: FAIL
[calc(tan(30deg + 0.261799rad ) ) should be used-value-equivalent to 1]
expected: FAIL
[calc(tan(0.7853975rad ) ) should be used-value-equivalent to 1]
expected: FAIL
[calc(tan(3.14159 / 4 + 1 - 1) ) should be used-value-equivalent to 1]
expected: FAIL
[calc(sin(0.25turn) ) should be used-value-equivalent to 1]
expected: FAIL
[calc(cos(sin(cos(pi) + 1))) should be used-value-equivalent to 1]
expected: FAIL
[calc(sin(tan(pi/4)*pi/2) ) should be used-value-equivalent to 1]
expected: FAIL
[tan(315deg) should be used-value-equivalent to -1]
expected: FAIL
[tan(360deg) should be used-value-equivalent to 0]
expected: FAIL
[tan(405deg) should be used-value-equivalent to 1]
expected: FAIL