/css/css-transforms/parsing/transform-origin-computed.html| status | subtest | message |
|---|---|---|
| FAIL | Property transform-origin value '10%' | assert_equals: expected "20px 150px" but got "10% 50% 0px" |
| FAIL | Property transform-origin value '10% center' | assert_equals: expected "20px 150px" but got "10% 50% 0px" |
| FAIL | Property transform-origin value '20% 30px' | assert_equals: expected "40px 30px" but got "20% 30px 0px" |
| FAIL | Property transform-origin value '30px center' | assert_equals: expected "30px 150px" but got "30px 50% 0px" |
| FAIL | Property transform-origin value '40px top' | assert_equals: expected "40px 0px" but got "40px 0% 0px" |
| FAIL | Property transform-origin value 'bottom right' | assert_equals: expected "200px 300px" but got "100% 100% 0px" |
| FAIL | Property transform-origin value 'center' | assert_equals: expected "100px 150px" but got "50% 50% 0px" |
| FAIL | Property transform-origin value 'center 50px' | assert_equals: expected "100px 50px" but got "50% 50px 0px" |
| FAIL | Property transform-origin value 'center bottom' | assert_equals: expected "100px 300px" but got "50% 100% 0px" |
| FAIL | Property transform-origin value 'center center' | assert_equals: expected "100px 150px" but got "50% 50% 0px" |
| FAIL | Property transform-origin value 'center left' | assert_equals: expected "0px 150px" but got "0% 50% 0px" |
| FAIL | Property transform-origin value 'left' | assert_equals: expected "0px 150px" but got "0% 50% 0px" |
| FAIL | Property transform-origin value 'left 10px' | assert_equals: expected "0px 10px" but got "0% 10px 0px" |
| FAIL | Property transform-origin value 'left bottom' | assert_equals: expected "0px 300px" but got "0% 100% 0px" |
| FAIL | Property transform-origin value 'left center' | assert_equals: expected "0px 150px" but got "0% 50% 0px" |
| FAIL | Property transform-origin value 'right 40%' | assert_equals: expected "200px 120px" but got "100% 40% 0px" |
| FAIL | Property transform-origin value 'top' | assert_equals: expected "100px 0px" but got "50% 0% 0px" |
| FAIL | Property transform-origin value '-1px bottom 5px' | assert_equals: expected "-1px 300px 5px" but got "-1px 100% 5px" |
| FAIL | Property transform-origin value 'left center 6px' | assert_equals: expected "0px 150px 6px" but got "0% 50% 6px" |
| FAIL | Property transform-origin value 'center top' | assert_equals: expected "100px 0px" but got "50% 0% 0px" |
| FAIL | Property transform-origin value 'right bottom 7px' | assert_equals: expected "200px 300px 7px" but got "100% 100% 7px" |
| PASS | Property transform-origin value '-1px -2px -3px' | |
| FAIL | Property transform-origin value 'calc(-100% + 10px - 0.5em) calc(10px - 0.5em) calc(10px - 0.5em)' | assert_equals: expected "-210px -10px -10px" but got "calc(-100% - 10px) -10px -10px" |
bundle built 2026-07-16T07:16:48.063Z