blob: 5f34894b5f41371a181ff8820532a1dd17a1d25c [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("webkitRequestAnimationFrame()");
shouldThrow("webkitCancelRequestAnimationFrame()");
successfullyParsed = true;
</script>
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>