Sign in
webkit
/
WebKit
/
5018b83b58300de6a946efbfe8a7056c14da27e0
/
.
/
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>