tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / animation / request-animation-frame-missing-arguments.html
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <script src="../js/resources/js-test-pre.js"></script>
5 </head>
6 <body>
7 <script>
8 description('Test how animation methods react to too few arguments.');
9 shouldThrow("webkitRequestAnimationFrame()");
10 shouldThrow("webkitCancelRequestAnimationFrame()");
11 </script>
12 <script src="../js/resources/js-test-post.js"></script>
13 </body>
14 </html>