Learning_GTK4_tree/testsuite/css/parser/animation-name.ref.css

24 lines
197 B
CSS
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
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;
}