Sign in
webkit
/
WebKit
/
34f5efbbe2903324708c7d6f83220e30b3f6ddd8
/
.
/
LayoutTests
/
animations
/
keyframe-em-unit.html
blob: 3277df36f9138f6db352f9ba397ea872675f052c [
file
] [
log
] [
blame
]
<style>
div
{
font-size
:
2em
;
animation
:
div
3s
infinite alternate
;
}
@
keyframes div
{
from
{
font-size
:
3em
;
}
to
{
font-size
:
3em
;
}
}
</style>
<div>
Hello world!
</div>