Sign in
chromium
/
external
/
github.com
/
GNOME
/
gtk
/
refs/heads/upstream/simplify-rendernode-parser
/
.
/
testsuite
/
css
/
parser
/
transition-delay.ref.css
blob: 8a35ae90b2570d7ffeb44595f152b76979b5fe9b [
file
] [
edit
]
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
;
}