wpt / css / css-text-decor / text-shadow / color-inherit.html

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/color-inherit.html

<!DOCTYPE HTML>
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-shadow-property">
<link rel="match" href="color-inherit-ref.html">
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-1">
<div style="position: absolute; top: 24px; left: 24px; color: blue; text-shadow: 3px 3px;">Hello</div>

/css/css-text-decor/text-shadow/color-inherit-ref.html

<!DOCTYPE HTML>

<div style="position: absolute; top: 27px; left: 27px; color: blue; z-index: 0;">Hello</div>
<div style="position: absolute; top: 24px; left: 24px; color: blue; z-index: 1;">Hello</div>