blob: a0696b3dec326eb4c7e81ee9f5e56ad50b444d9d [file]
<!DOCTYPE HTML>
<html>
<head>
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
<script>
description('Test how animation methods react to too few arguments.');
shouldThrow("webkitRequestAnimationFrame()");
shouldThrow("webkitCancelAnimationFrame()");
</script>
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>