blob: b22a03b9ad614cb7409c6d7e5142a4b434c39b81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<span id="e"></span>
<span id="f"></span>
<script src="script-tests/request-animation-frame-timestamps.js"></script>
</body>
</html>
|