blob: fe4a56e6ba9cccf4ade5543ae5f33e4c9b76ed3d [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ experimental:WebAnimationsCSSIntegrationEnabled=false ] -->
<html>
<head>
<style>
@-webkit-keyframes foo {
from {
font-size: 2em;
}
}
#foo {
-webkit-animation: foo 1s linear 0.0s infinite;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<div id="foo"></div>
<span>PASS (no crash)</span>
</body>
</html>