summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text-decor/text-shadow/standards-decor-noblur.html
blob: d5a2f4e0eea6d12e82612684d512240af3b7ea82 (plain)
1
2
3
4
5
<!DOCTYPE HTML>
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-shadow-property">
<link rel="match" href="standards-decor-noblur-ref.html">
<!-- Shadows are painted below text AND its decorations -->
<div style="position: absolute; top: 20px; left: 20px; color: black; text-shadow: purple 4px 4px, red 7px 7px, green 10px 10px, grey 13px 13px; text-decoration: underline;">Hello</div>