Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-backgrounds
/
background-clip
/
clip-text-animated-text-ref.html
blob: 10ffd2442096f35175172fa2d2efef3a2f6534e5 [
file
] [
log
] [
blame
]
<!doctype html>
<title>
CSS Test Reference
</title>
<style>
.
text
{
background-color
:
DeepPink
;
background-clip
:
text
;
font-size
:
50px
;
font-family
:
sans-serif
;
font-weight
:
600
;
color
:
transparent
;
}
</style>
<div
class
=
"text"
>
<p>
Text
</p>
</div>