/css/css-backgrounds/parsing/border-color-computed.html| status | subtest | message |
|---|---|---|
| FAIL | Property border-color value 'currentcolor' | assert_equals: expected "rgb(0, 255, 0)" but got "currentcolor" |
| PASS | Property border-color value 'red yellow' | |
| FAIL | Property border-color value 'red yellow currentcolor' | assert_equals: expected "rgb(255, 0, 0) rgb(255, 255, 0) rgb(0, 255, 0)" but got "rgb(255, 0, 0) rgb(255, 255, 0) currentcolor" |
| PASS | Property border-color value 'red yellow green blue' | |
| PASS | Property border-top-color value 'red' | |
| PASS | Property border-right-color value 'yellow' | |
| PASS | Property border-bottom-color value 'green' | |
| PASS | Property border-left-color value 'blue' |
bundle built 2026-07-16T07:16:48.063Z