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/text-shadow-emoji-transparent.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<link rel="match" href="text-shadow-emoji-transparent-ref.html">
<style>
.test {
font-size: 100px;
text-shadow: 300px 300px 0 green;
color: transparent
}
</style>
</head>
<body>
<span class="test">A👍B</span>
</body>