summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/animation/request-animation-frame-timestamps-advance.html
blob: b66b511c8f3ed8c079e0060949f9c4e9583dd5e9 (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-timestamps-advance.js"></script>
<script src="../js/resources/js-test-post-function.js"></script>
</body>
</html>