blob: 4b814a652f27ae6c3daf489b710fea1a4c2f5079 [file] [log] [blame]
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%'
FAIL Property background-position-x value 'right -10px' assert_equals: expected "calc(100% + 10px)" but got "right -10px"
PASS Property background-position-x value '-20%, 10px'
PASS Property background-position-x value 'center, left, right'
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
PASS Property background-position-x value 'calc(10px - 0.5em), -20%, 10px'
PASS Property background-position-x value 'calc(10px - 0.5em), left -20%, right 10px'