Status: FAIL | Duration: 10ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-text-decor/text-shadow/basic-negcoord.html
<!DOCTYPE HTML> <link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-shadow-property"> <link rel="match" href="basic-negcoord-ref.html"> <div style="position: absolute; top: 24px; left: 24px; color: black; text-shadow: green -4px -4px;">Hello</div>
/css/css-text-decor/text-shadow/basic-negcoord-ref.html
<!DOCTYPE HTML> <div style="position: absolute; top: 20px; left: 20px; color: green; z-index: 0;">Hello</div> <div style="position: absolute; top: 24px; left: 24px; color: black; z-index: 1;">Hello</div>