Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text-decor/text-shadow/standards-decor-noblur-2.html - WPT Dashboard Interop Dashboard
<!DOCTYPE HTML>
<link rel="match" href="standards-decor-noblur-2-ref.html">
<meta name="fuzzy" content="0-40;0-14">
<!-- Shadows are painted below text AND its decorations -->
<style>
#target {
position: absolute;
top: 20px;
left: 20px;
color: grey;
text-shadow: green 0px 2px, blue 0px 4px;
font-size: 100px;
text-decoration: underline;
}
</style>
<div id="target">Hello</div>