Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
printing
/
pseudo-animations-print-ref.html
blob: 07107d1db7845f9d2186b558753818444d410318 [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<html>
<title>
Static CSS animation
</title>
<style>
p
{
color
:
blue
;
}
p
::
after
{
content
:
"(::after)"
;
}
p
::
before
{
content
:
"(::before)"
;
}
</style>
<p>
blue with animation support; olive without
</p>