summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-prefix.html
blob: 94dffc50f0b501fee0255fec14630e736c6c5c5b (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-prefix.js"></script>
</body>
</html>