WPT
wpt / css / css-transforms / transform-with-sign-function.html
Spec: CSS Transforms ↗
Runs: Chrome 155.0.8038.0 (wpt@7addae031, 2026-09-02) | Firefox 157.0a1 (wpt@7addae031, 2026-09-02) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-a7884 (wpt@b1a7025f8, 2026-09-02) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 11/11 | 11/11 | 11/11 | 11/11 | 11/11 | 0/11 |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| skew(calc(sign(1em - 1px) * 2deg), calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to skew(2deg, 2deg) | PASS | PASS | PASS | PASS | PASS | — |
| skewX(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to skewX(2deg) | PASS | PASS | PASS | PASS | PASS | — |
| skewY(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to skewY(2deg) | PASS | PASS | PASS | PASS | PASS | — |
| matrix(calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2)) should be used-value-equivalent to matrix(2, 2, 2, 2, 2, 2) | PASS | PASS | PASS | PASS | PASS | — |
| matrix3d(calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2),calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2)) should be used-value-equivalent to matrix3d(2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2) | PASS | PASS | PASS | PASS | PASS | — |
| rotate(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to rotate(2deg) | PASS | PASS | PASS | PASS | PASS | — |
| rotateX(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to rotateX(2deg) | PASS | PASS | PASS | PASS | PASS | — |
| rotateY(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to rotateY(2deg) | PASS | PASS | PASS | PASS | PASS | — |
| rotateZ(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to rotateZ(2deg) | PASS | PASS | PASS | PASS | PASS | — |
| calc(sign(1em - 1px) * 2) calc(sign(1em - 1px) * 2) calc(sign(1em - 1px) * 2) should be used-value-equivalent to 2 2 2 | PASS | PASS | PASS | PASS | PASS | — |
| calc(sign(1em - 1px) * 2) calc(sign(1em - 1px) * 2) calc(sign(1em - 1px) * 2) calc(sign(1em - 1px) * 2deg) should be used-value-equivalent to 2 2 2 2deg | PASS | PASS | PASS | PASS | PASS | — |
| Uncaught JS error | — | — | — | — | — | FAIL |