Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / animation / request-animation-frame-missing-arguments.html
bloba86e37ecc1dc113a71ab19b4ddfc5b064476e92c
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <script src="../../resources/js-test.js"></script>
5 </head>
6 <body>
7 <script>
8 description('Test how animation methods react to too few arguments.');
9 shouldThrow("requestAnimationFrame()");
10 shouldThrow("cancelAnimationFrame()");
11 </script>
12 </body>
13 </html>