Sign in
chromium
/
external
/
github.com
/
GNOME
/
gtk
/
refs/heads/upstream/simplify-rendernode-parser
/
.
/
testsuite
/
css
/
parser
/
animation-duration.ref.css
blob: 416ea2fa3c16efaa6336744cf960e4f780e6f58c [
file
] [
edit
]
a
{
animation-duration
:
initial
;
}
b
{
animation-duration
:
inherit
;
}
c
{
animation-duration
:
unset
;
}
d
{
animation-duration
:
0
;
}
e
{
animation-duration
:
5ms
;
}
f
{
animation-duration
:
5ms
,
6s
;
}