wpt / css / css-text-decor / text-shadow / dynamic-blur.html

Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-text-decor/text-shadow/dynamic-blur.html

<!DOCTYPE html>
<html>
<head>
  <link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-shadow-property">
  <link rel="match" href="dynamic-blur-ref.html">
</head>
<body onload="document.documentElement.style.textShadow = '0.6em 0.6em 0.1em green';">I have a green shadow</body>
</html>

/css/css-text-decor/text-shadow/dynamic-blur-ref.html

<!DOCTYPE html>
<html style='text-shadow: 0.6em 0.6em 0.1em green'>
<body>I have a green shadow</body>
</html>