/css/css-backgrounds/parsing/background-position-x-computed.html| status | subtest | message |
|---|---|---|
| PASS | Property background-position-x value 'center' | |
| PASS | Property background-position-x value 'left' | |
| PASS | Property background-position-x value 'right' | |
| FAIL | Property background-position-x value 'x-start' | assert_true: 'x-start' is a supported value for background-position-x. expected true got false |
| FAIL | Property background-position-x value 'x-end' | assert_true: 'x-end' is a supported value for background-position-x. expected true got false |
| PASS | Property background-position-x value '-20%' | |
| PASS | Property background-position-x value '10px' | |
| PASS | Property background-position-x value '0.5em' | |
| PASS | Property background-position-x value 'calc(10px - 0.5em)' | |
| PASS | Property background-position-x value 'left -20%' | |
| PASS | Property background-position-x value 'right -10px' | |
| FAIL | Property background-position-x value '-20%, 10px' | assert_equals: expected "-20%" but got "-20%, 10px" |
| FAIL | Property background-position-x value 'center, left, right' | assert_equals: expected "50%" but got "50%, 0%, 100%" |
| FAIL | Property background-position-x value '0.5em, x-start, x-end' | assert_true: '0.5em, x-start, x-end' is a supported value for background-position-x. expected true got false |
| FAIL | Property background-position-x value 'calc(10px - 0.5em), -20%, 10px' | assert_equals: expected "-10px" but got "-10px, -20%, 10px" |
| FAIL | Property background-position-x value 'calc(10px - 0.5em), left -20%, right 10px' | assert_equals: expected "-10px" but got "-10px, -20%, calc(100% - 10px)" |
bundle built 2026-07-16T07:16:48.063Z