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-opacity.html
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-shadow-property"> <link rel="match" href="basic-opacity-ref.html"> <div style="position: absolute; top: 30px; left: 30px; color: green; text-shadow: rgba(0, 0, 255, 0.2) 3px 3px;">Hello</div>
/css/css-text-decor/text-shadow/basic-opacity-ref.html
<div style="position: absolute; top: 33px; left: 33px; color: rgba(0, 0, 255, 0.2); z-index: 0;">Hello</div> <div style="position: absolute; top: 30px; left: 30px; color: green; z-index: 1;">Hello</div>