WPT
wpt / css / css-transforms / parsing / transform-invalid.html
Spec: CSS Transforms ↗
Runs: Chrome 154.0.8037.0 (wpt@98a70a0c5) | Firefox 157.0a1 (wpt@df77989ab) | Safari 251 preview (wpt@5ce815a83) | Ladybird 1.0-28104 (wpt@b1a7025f8) | Servo Servo 0.5 (wpt@2ccd2cbf8) | Blitz dc9e62f29 (wpt@a95401e4e)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 20/20 | 20/20 | 19/20 | 20/20 | 20/20 | 20/20 |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| e.style['transform'] = "none scale(2)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "translateX(3%) none" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "matrix(1, 2)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "translate(1px, 2px, 3px)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "translateX(-4px, 5px)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "translateY(4%, 5%)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "scale(6, 7, 8)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "scale(6%, 7%, 8%)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "scaleX(1, 2)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "scaleX(1%, 2%)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "scaleY(3, 4)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "scaleY(3%, 4%)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "rotate(0, 0)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "rotate(0, 0, 0)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "rotate(0, 0, 0, 0)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "skew(0, 0, 0)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "skewX(0, 0)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "skewY(0, 0)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "scaleX(2), scaleY(3)" should not set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform'] = "perspective(1000)" should not set the property value | PASS | PASS | FAIL | PASS | PASS | PASS |