WPT
wpt / css / css-transforms / parsing / transform-origin-valid.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 | 16/16 | 16/16 | 16/16 | 16/16 | 16/16 | 16/16 |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| e.style['transform-origin'] = "left" should set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform-origin'] = "center" should set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform-origin'] = "right" should set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform-origin'] = "top" should set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform-origin'] = "bottom" should set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform-origin'] = "-1px" should set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform-origin'] = "calc(2em + 3ex)" should set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform-origin'] = "-4%" should set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform-origin'] = "left center" should set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform-origin'] = "center top" should set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform-origin'] = "right -4%" should set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform-origin'] = "-1px bottom 5px" should set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform-origin'] = "center left 6px" should set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform-origin'] = "top center" should set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform-origin'] = "bottom right 7px" should set the property value | PASS | PASS | PASS | PASS | PASS | PASS |
| e.style['transform-origin'] = "-1px -2px -3px" should set the property value | PASS | PASS | PASS | PASS | PASS | PASS |