/css/css-text-decor/text-shadow/parsing/text-shadow-computed.html| status | subtest | message |
|---|---|---|
| PASS | Property text-shadow value 'none' | |
| FAIL | Property text-shadow value '10px 20px' | assert_equals: expected "rgb(0, 0, 255) 10px 20px 0px" but got "currentcolor 10px 20px 0px" |
| PASS | Property text-shadow value 'red 10px 20px 30px' | |
| FAIL | Property text-shadow value 'calc(0.5em + 10px) calc(0.5em + 10px) calc(0.5em + 10px)' | assert_equals: expected "rgb(0, 0, 255) 30px 30px 30px" but got "currentcolor 30px 30px 30px" |
| FAIL | Property text-shadow value 'calc(-0.5em + 10px) calc(-0.5em + 10px) calc(-0.5em + 10px)' | assert_equals: expected "rgb(0, 0, 255) -10px -10px 0px" but got "currentcolor -10px -10px 0px" |
| FAIL | Property text-shadow value '10px 20px, 30px 40px' | assert_equals: expected "rgb(0, 0, 255) 10px 20px 0px, rgb(0, 0, 255) 30px 40px 0px" but got "currentcolor 10px 20px 0px, currentcolor 30px 40px 0px" |
| PASS | Property text-shadow value 'lime 10px 20px 30px, red 40px 50px' |
bundle built 2026-07-16T07:16:48.063Z