Sign in
webkit
/
WebKit
/
4c3a200792fe75f98ace490134d70f3486493f22
/
.
/
LayoutTests
/
fast
/
inline
/
inline-background-clip-text.html
blob: 19aeac72b281f4242fc40b99d4410f99a4f6a71a [
file
] [
log
] [
blame
]
<style>
div
{
font-family
:
'Ahem'
;
}
.
clip
{
color
:
transparent
;
background-clip
:
text
;
background-color
:
green
;
}
</style>
<div>
a
<span
class
=
"clip"
>
b
<span>
c
</span></span>
d
</div>