Sign in
chromium
/
external
/
github.com
/
GNOME
/
gtk
/
refs/heads/upstream/simplify-rendernode-parser
/
.
/
testsuite
/
css
/
parser
/
animation-name.ref.css
blob: 582583687ce6c926c509e4fa74a4765cfddccd7c [
file
] [
edit
]
a
{
animation-name
:
initial
;
}
b
{
animation-name
:
inherit
;
}
c
{
animation-name
:
unset
;
}
d
{
animation-name
:
none
;
}
e
{
animation-name
:
bob
;
}
f
{
animation-name
:
bob
,
alice
;
}