/css/css-transforms/parsing/transform-origin-invalid.html| status | subtest | message |
|---|---|---|
| PASS | e.style['transform-origin'] = "1px 2px 3%" should not set the property value | |
| PASS | e.style['transform-origin'] = "1px 2px left" should not set the property value | |
| PASS | e.style['transform-origin'] = "1px 2px 3px 4px" should not set the property value | |
| PASS | e.style['transform-origin'] = "1px left" should not set the property value | |
| PASS | e.style['transform-origin'] = "top 1px" should not set the property value | |
| PASS | e.style['transform-origin'] = "right left" should not set the property value | |
| PASS | e.style['transform-origin'] = "top bottom" should not set the property value | |
| PASS | e.style['transform-origin'] = "bottom 10% right 20%" should not set the property value | |
| PASS | e.style['transform-origin'] = "right 30% top -60px" should not set the property value | |
| PASS | e.style['transform-origin'] = "right 20px bottom 30px" should not set the property value |
bundle built 2026-07-16T07:16:48.063Z