blob: 552c0b9868c667240a144d4dabd040e2ec18c210 [file] [log] [blame]
<!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("requestAnimationFrame()");
shouldThrow("cancelAnimationFrame()");
</script>
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>