repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
animation
/
request-animation-frame-missing-arguments.html
blob
a86e37ecc1dc113a71ab19b4ddfc5b064476e92c
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>