Closed Bug 1880811 Opened 2 years ago Closed 2 years ago

[wpt-sync] Sync PR 44647 - Use only sign() function and don't mark tests as tentative

Categories

(Core :: CSS Parsing and Computation, task, P4)

task

Tracking

()

RESOLVED FIXED
125 Branch
Tracking Status
firefox125 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

(Blocks 3 open bugs, )

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 44647 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/44647
Details from upstream follow.

Daniil Sakhapov <sakhapov@chromium.org> wrote:

Use only sign() function and don't mark tests as tentative

The sign() function is already speced, so without progress() the
tests should not be marked tentative.

Bug: 41494232
Change-Id: I8ba597670028749d9a76cc97ddf8e4e2befc7781
Reviewed-on: https://chromium-review.googlesource.com/5307215
WPT-Export-Revision: de7a7f11522bec5d7cb449c6745874f91fb206eb

Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INVALID
Status: RESOLVED → REOPENED
Resolution: INVALID → ---

CI Results

Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 5 tests and 48 subtests

Status Summary

Firefox

OK : 5
PASS: 2
FAIL: 226

Chrome

OK : 5
PASS: 228

Safari

OK : 5
PASS: 19
FAIL: 209

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

Firefox-only Failures

  • /css/css-borders/border-image-width-interpolation-math-functions.html [wpt.fyi]
    • CSS Transitions: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL
    • CSS Transitions with transition: all: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL
    • CSS Animations: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL
    • Web Animations: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL
  • /css/css-fonts/font-size-adjust-interpolation-math-functions.html [wpt.fyi]
    • CSS Transitions: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL
    • CSS Transitions with transition: all: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL
    • CSS Animations: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL
    • Web Animations: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL
  • /css/css-fonts/font-stretch-interpolation-math-functions.html [wpt.fyi]
    • CSS Transitions: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (0) should be [100%]: FAIL
    • CSS Transitions with transition: all: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (0) should be [100%]: FAIL
    • CSS Animations: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (0) should be [100%]: FAIL
    • Web Animations: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (0) should be [100%]: FAIL
  • /css/css-variables/variables-animation-math-functions.html [wpt.fyi]
    • CSS Transitions: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL
  • /css/motion/animation/offset-rotate-interpolation-math-functions.html [wpt.fyi]
    • CSS Transitions: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL
    • CSS Transitions with transition: all: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL
    • CSS Animations: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL
    • Web Animations: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL

New Tests That Don't Pass

  • /css/css-borders/border-image-width-interpolation-math-functions.html [wpt.fyi]
    • CSS Transitions: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (-1) should be [20]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL (Chrome: PASS, Safari: PASS)
    • CSS Transitions: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (0.125) should be [110]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (0.875) should be [170]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (1) should be [180]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (2) should be [260]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (-1) should be [20]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL (Chrome: PASS, Safari: PASS)
    • CSS Transitions with transition: all: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (0.125) should be [110]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (0.875) should be [170]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (1) should be [180]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (2) should be [260]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (-1) should be [20]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL (Chrome: PASS, Safari: PASS)
    • CSS Animations: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (0.125) should be [110]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (0.875) should be [170]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (1) should be [180]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (2) should be [260]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (-1) should be [20]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL (Chrome: PASS, Safari: PASS)
    • Web Animations: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (0.125) should be [110]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (0.875) should be [170]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (1) should be [180]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <border-image-width> from [100] to [calc(sign(20rem - 20px) * 180)] at (2) should be [260]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (-1) should be [20]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0.125) should be [110]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0.875) should be [170]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (1) should be [180]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (2) should be [260]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (-1) should be [20]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0.125) should be [110]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0.875) should be [170]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (1) should be [180]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (2) should be [260]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (-1) should be [20]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0.125) should be [110]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0.875) should be [170]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (1) should be [180]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (2) should be [260]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (-1) should be [20]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0.125) should be [110]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0.875) should be [170]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (1) should be [180]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <border-image-width> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (2) should be [260]: FAIL (Chrome: PASS, Safari: FAIL)
  • /css/css-fonts/font-size-adjust-interpolation-math-functions.html [wpt.fyi]
    • CSS Transitions: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (-1) should be [20]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL (Chrome: PASS, Safari: PASS)
    • CSS Transitions: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (0.125) should be [110]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (0.875) should be [170]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (1) should be [180]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (2) should be [260]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (-1) should be [20]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL (Chrome: PASS, Safari: PASS)
    • CSS Transitions with transition: all: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (0.125) should be [110]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (0.875) should be [170]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (1) should be [180]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (2) should be [260]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (-1) should be [20]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL (Chrome: PASS, Safari: PASS)
    • CSS Animations: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (0.125) should be [110]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (0.875) should be [170]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (1) should be [180]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (2) should be [260]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (-1) should be [20]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL (Chrome: PASS, Safari: PASS)
    • Web Animations: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (0.125) should be [110]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (0.875) should be [170]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (1) should be [180]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-size-adjust> from [100] to [calc(sign(20rem - 20px) * 180)] at (2) should be [260]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (-1) should be [20]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0.125) should be [110]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0.875) should be [170]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (1) should be [180]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (2) should be [260]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (-1) should be [20]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0.125) should be [110]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0.875) should be [170]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (1) should be [180]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (2) should be [260]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (-1) should be [20]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0.125) should be [110]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0.875) should be [170]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (1) should be [180]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (2) should be [260]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (-1) should be [20]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0) should be [100]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0.125) should be [110]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (0.875) should be [170]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (1) should be [180]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-size-adjust> from [calc(sign(20rem - 20px) * 100)] to [calc(sign(20rem - 20px) * 180)] at (2) should be [260]: FAIL (Chrome: PASS, Safari: FAIL)
  • /css/css-fonts/font-stretch-interpolation-math-functions.html [wpt.fyi]
    • CSS Transitions: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (-1) should be [20%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (0) should be [100%]: FAIL (Chrome: PASS, Safari: PASS)
    • CSS Transitions: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (0.125) should be [110%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (0.875) should be [170%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (1) should be [180%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (2) should be [260%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (-1) should be [20%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (0) should be [100%]: FAIL (Chrome: PASS, Safari: PASS)
    • CSS Transitions with transition: all: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (0.125) should be [110%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (0.875) should be [170%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (1) should be [180%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (2) should be [260%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (-1) should be [20%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (0) should be [100%]: FAIL (Chrome: PASS, Safari: PASS)
    • CSS Animations: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (0.125) should be [110%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (0.875) should be [170%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (1) should be [180%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (2) should be [260%]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (-1) should be [20%]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (0) should be [100%]: FAIL (Chrome: PASS, Safari: PASS)
    • Web Animations: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (0.125) should be [110%]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (0.875) should be [170%]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (1) should be [180%]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-stretch> from [100%] to [calc(sign(20rem - 20px) * 180%)] at (2) should be [260%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (-1) should be [20%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (0) should be [100%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (0.125) should be [110%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (0.875) should be [170%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (1) should be [180%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (2) should be [260%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (-1) should be [20%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (0) should be [100%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (0.125) should be [110%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (0.875) should be [170%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (1) should be [180%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (2) should be [260%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (-1) should be [20%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (0) should be [100%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (0.125) should be [110%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (0.875) should be [170%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (1) should be [180%]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (2) should be [260%]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (-1) should be [20%]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (0) should be [100%]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (0.125) should be [110%]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (0.875) should be [170%]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (1) should be [180%]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <font-stretch> from [calc(sign(20rem - 20px) * 100%)] to [calc(sign(20rem - 20px) * 180%)] at (2) should be [260%]: FAIL (Chrome: PASS, Safari: FAIL)
  • /css/css-variables/variables-animation-math-functions.html [wpt.fyi]
    • CSS Transitions: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (-1) should be [20deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL (Chrome: PASS, Safari: PASS)
    • CSS Transitions: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0.125) should be [110deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0.875) should be [170deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (1) should be [180deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (2) should be [260deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (-1) should be [20deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0.125) should be [110deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0.875) should be [170deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (1) should be [180deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (2) should be [260deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (-1) should be [20deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0.125) should be [110deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0.875) should be [170deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (1) should be [180deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <--my-angle> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (2) should be [260deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (-1) should be [20deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0.125) should be [110deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0.875) should be [170deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (1) should be [180deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (2) should be [260deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (-1) should be [20deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0.125) should be [110deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0.875) should be [170deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (1) should be [180deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (2) should be [260deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (-1) should be [20deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0.125) should be [110deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0.875) should be [170deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (1) should be [180deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <--my-angle> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (2) should be [260deg]: FAIL (Chrome: PASS, Safari: FAIL)
  • /css/motion/animation/offset-rotate-interpolation-math-functions.html [wpt.fyi]
    • CSS Transitions: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (-1) should be [20deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL (Chrome: PASS, Safari: PASS)
    • CSS Transitions: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0.125) should be [110deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0.875) should be [170deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (1) should be [180deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (2) should be [260deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (-1) should be [20deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL (Chrome: PASS, Safari: PASS)
    • CSS Transitions with transition: all: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0.125) should be [110deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0.875) should be [170deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (1) should be [180deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (2) should be [260deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (-1) should be [20deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL (Chrome: PASS, Safari: PASS)
    • CSS Animations: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0.125) should be [110deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0.875) should be [170deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (1) should be [180deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (2) should be [260deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (-1) should be [20deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL (Chrome: PASS, Safari: PASS)
    • Web Animations: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0.125) should be [110deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (0.875) should be [170deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (1) should be [180deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <offset-rotate> from [100deg] to [calc(sign(20rem - 20px) * 180deg)] at (2) should be [260deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (-1) should be [20deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0.125) should be [110deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0.875) should be [170deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (1) should be [180deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (2) should be [260deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (-1) should be [20deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0.125) should be [110deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0.875) should be [170deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (1) should be [180deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Transitions with transition: all: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (2) should be [260deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (-1) should be [20deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0.125) should be [110deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0.875) should be [170deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (1) should be [180deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • CSS Animations: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (2) should be [260deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (-1) should be [20deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0) should be [100deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0.125) should be [110deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (0.875) should be [170deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (1) should be [180deg]: FAIL (Chrome: PASS, Safari: FAIL)
    • Web Animations: property <offset-rotate> from [calc(sign(20rem - 20px) * 100deg)] to [calc(sign(20rem - 20px) * 180deg)] at (2) should be [260deg]: FAIL (Chrome: PASS, Safari: FAIL)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/20d4bde96991 [wpt PR 44647] - Use only sign() function and don't mark tests as tentative, a=testonly https://hg.mozilla.org/integration/autoland/rev/50f08af6f8f0 [wpt PR 44647] - Update wpt metadata, a=testonly
Status: REOPENED → RESOLVED
Closed: 2 years ago2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in before you can comment on or make changes to this bug.