gtk2/testsuite/css/parser/transition-delay.ref.css

28 lines
234 B
CSS
Raw Normal View History

a {
transition-delay: initial;
}
b {
transition-delay: inherit;
}
c {
transition-delay: unset;
}
d {
transition-delay: 0;
}
e {
transition-delay: 5s;
}
f {
transition-delay: 5ms;
}
g {
transition-delay: 5ms, 5s;
}