/css/css-backgrounds/parsing/background-computed.html| status | subtest | message |
|---|---|---|
| FAIL | Property background-attachment value 'local' | assert_true: 'local' is a supported value for background-attachment. expected true got false |
| FAIL | Property background-attachment value 'scroll, fixed' | assert_equals: expected "scroll, fixed, scroll" but got "scroll, fixed" |
| FAIL | Property background-attachment value 'local, fixed, scroll' | assert_true: 'local, fixed, scroll' is a supported value for background-attachment. expected true got false |
| FAIL | Property background-attachment value 'local, fixed, scroll, fixed' | assert_true: 'local, fixed, scroll, fixed' is a supported value for background-attachment. expected true got false |
| FAIL | Property background-clip value 'border-box' | assert_equals: expected "border-box, border-box, border-box" but got "border-box" |
| FAIL | Property background-clip value 'content-box, border-box' | assert_equals: expected "content-box, border-box, content-box" but got "content-box, border-box" |
| PASS | Property background-clip value 'border-box, padding-box, content-box' | |
| FAIL | Property background-clip value 'content-box, border-box, padding-box, content-box' | assert_equals: expected "content-box, border-box, padding-box" but got "content-box, border-box, padding-box, content-box" |
| PASS | Property background-clip value 'content-box, border-box, padding-box' | |
| FAIL | Property background-clip value 'content-box, border-box, border-area' | assert_true: 'content-box, border-box, border-area' is a supported value for background-clip. expected true got false |
| FAIL | Property background-clip value 'border-area text' | assert_true: 'border-area text' is a supported value for background-clip. expected true got false |
| FAIL | Property background-clip value 'border-area text, content-box' | assert_true: 'border-area text, content-box' is a supported value for background-clip. expected true got false |
| PASS | Property background-color value 'rgb(255, 0, 0)' | |
| FAIL | Property background-origin value 'border-box' | assert_equals: expected "border-box, border-box, border-box" but got "border-box" |
| FAIL | Property background-origin value 'content-box, border-box' | assert_equals: expected "content-box, border-box, content-box" but got "content-box, border-box" |
| PASS | Property background-origin value 'border-box, padding-box, content-box' | |
| FAIL | Property background-origin value 'content-box, border-box, padding-box, content-box' | assert_equals: expected "content-box, border-box, padding-box" but got "content-box, border-box, padding-box, content-box" |
| FAIL | Property background-position value '50% 6px' | assert_equals: expected "50% 6px, 50% 6px, 50% 6px" but got "50% 6px" |
| FAIL | Property background-position value '12px 13px, 50% 6px' | assert_equals: expected "12px 13px, 50% 6px, 12px 13px" but got "12px 13px, 50% 6px" |
| PASS | Property background-position value '12px 13px, 50% 6px, 30px -10px' | |
| FAIL | Property background-position value '12px 13px, 50% 6px, 30px -10px, -7px 8px' | assert_equals: expected "12px 13px, 50% 6px, 30px -10px" but got "12px 13px, 50% 6px, 30px -10px, -7px 8px" |
| FAIL | Property background-position-x value '0.5em' | assert_equals: expected "20px, 20px, 20px" but got "20px" |
| FAIL | Property background-position-x value '-20%, 10px' | assert_equals: expected "-20%, 10px, -20%" but got "-20%, 10px" |
| PASS | Property background-position-x value 'center, left, right' | |
| FAIL | Property background-position-x value 'calc(10px - 0.5em), -20%, right, 15%' | assert_equals: expected "-10px, -20%, 100%" but got "-10px, -20%, 100%, 15%" |
| FAIL | Property background-position-y value '0.5em' | assert_equals: expected "20px, 20px, 20px" but got "20px" |
| FAIL | Property background-position-y value '-20%, 10px' | assert_equals: expected "-20%, 10px, -20%" but got "-20%, 10px" |
| PASS | Property background-position-y value 'center, top, bottom' | |
| FAIL | Property background-position-y value 'calc(10px - 0.5em), -20%, bottom, 15%' | assert_equals: expected "-10px, -20%, 100%" but got "-10px, -20%, 100%, 15%" |
| FAIL | Property background-repeat value 'round' | assert_equals: expected "round, round, round" but got "round" |
| FAIL | Property background-repeat value 'repeat-x, repeat' | assert_equals: expected "repeat-x, repeat, repeat-x" but got "repeat-x, repeat" |
| PASS | Property background-repeat value 'repeat space, round no-repeat, repeat-x' | |
| FAIL | Property background-repeat value 'repeat-y, round no-repeat, repeat-x, repeat' | assert_equals: expected "repeat-y, round no-repeat, repeat-x" but got "repeat-y, round no-repeat, repeat-x, repeat" |
| FAIL | Property background-size value 'contain' | assert_equals: expected "contain, contain, contain" but got "contain" |
| FAIL | Property background-size value 'auto 1px, 2% 3%' | assert_equals: expected "auto 1px, 2% 3%, auto 1px" but got "auto 1px, 2% 3%" |
| PASS | Property background-size value 'auto 1px, 2% 3%, contain' | |
| FAIL | Property background-size value 'auto 1px, 2% 3%, contain, 7px 8px' | assert_equals: expected "auto 1px, 2% 3%, contain" but got "auto 1px, 2% 3%, contain, 7px 8px" |
| FAIL | background shorthand with 'border-area text' computes background-clip correctly | assert_equals: expected "border-area text" but got "content-box, border-box, padding-box" |
| FAIL | background shorthand with 'text border-area' computes background-clip correctly | assert_equals: expected "border-area text" but got "content-box, border-box, padding-box" |
bundle built 2026-07-16T07:16:48.063Z