summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text-decor/text-shadow/dynamic-blur.html
blob: 3f1f02b37b6476ad16a9e75f1757465b7fc3d7f5 (plain)
1
2
3
4
5
6
7
8
9
<!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>