blob: 16a4d0bb76b418cb0c756252aa44a515b1f1451f [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ experimental:WebAnimationsCSSIntegrationEnabled=false ] -->
<style>
@keyframes test {
from { background-position: 0 0;}
to { background-position: 1px 1px;}
}
div {
position: absolute;
top: 4em;
width: 400px;
}
.animated {
position: absolute;
animation: test 1000s;
}
</style>
<div>
<span>This sentence shoul</span>
<span class="animated">d span a single line.</span>
</div>