summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-missing-arguments.html
blob: a86e37ecc1dc113a71ab19b4ddfc5b064476e92c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
description('Test how animation methods react to too few arguments.');
shouldThrow("requestAnimationFrame()");
shouldThrow("cancelAnimationFrame()");
</script>
</body>
</html>