/css/css-transforms/parsing/perspective-origin-computed.html| status | subtest | message |
|---|---|---|
| FAIL | Property perspective-origin value '10%' | assert_equals: expected "20px 150px" but got "10% 50%" |
| FAIL | Property perspective-origin value '10% center' | assert_equals: expected "20px 150px" but got "10% 50%" |
| FAIL | Property perspective-origin value '20% 30px' | assert_equals: expected "40px 30px" but got "20% 30px" |
| FAIL | Property perspective-origin value '30px center' | assert_equals: expected "30px 150px" but got "30px 50%" |
| FAIL | Property perspective-origin value '40px top' | assert_equals: expected "40px 0px" but got "40px 0%" |
| FAIL | Property perspective-origin value 'bottom 10% right 20%' | assert_equals: expected "160px 270px" but got "80% 90%" |
| FAIL | Property perspective-origin value 'bottom right' | assert_equals: expected "200px 300px" but got "100% 100%" |
| FAIL | Property perspective-origin value 'center' | assert_equals: expected "100px 150px" but got "50% 50%" |
| FAIL | Property perspective-origin value 'center 50px' | assert_equals: expected "100px 50px" but got "50% 50px" |
| FAIL | Property perspective-origin value 'center bottom' | assert_equals: expected "100px 300px" but got "50% 100%" |
| FAIL | Property perspective-origin value 'center center' | assert_equals: expected "100px 150px" but got "50% 50%" |
| FAIL | Property perspective-origin value 'center left' | assert_equals: expected "0px 150px" but got "0% 50%" |
| FAIL | Property perspective-origin value 'left' | assert_equals: expected "0px 150px" but got "0% 50%" |
| FAIL | Property perspective-origin value 'left 10px' | assert_equals: expected "0px 10px" but got "0% 10px" |
| FAIL | Property perspective-origin value 'left bottom' | assert_equals: expected "0px 300px" but got "0% 100%" |
| FAIL | Property perspective-origin value 'left center' | assert_equals: expected "0px 150px" but got "0% 50%" |
| FAIL | Property perspective-origin value 'right 40%' | assert_equals: expected "200px 120px" but got "100% 40%" |
| FAIL | Property perspective-origin value 'right 30% top -60px' | assert_equals: expected "140px -60px" but got "70% -60px" |
| FAIL | Property perspective-origin value 'top' | assert_equals: expected "100px 0px" but got "50% 0%" |
| FAIL | Property perspective-origin value 'right 20px bottom 30px' | assert_equals: expected "180px 270px" but got "calc(100% - 20px) calc(100% - 30px)" |
| FAIL | Property perspective-origin value 'right calc(10px - 0.5em) top calc(10px - 0.5em)' | assert_equals: expected "210px -10px" but got "calc(100% + 10px) -10px" |
bundle built 2026-07-16T07:16:48.063Z