<!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> |