summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame.html
blob: fb8041769080e78310b6eb2561e6ebf0a3d45527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="script-tests/request-animation-frame.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>