Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitgtk/2.2
/
.
/
LayoutTests
/
fast
/
animation
/
request-animation-frame.html
blob: a13eea7f7d944c2eb821361f411bf26c8f58c48e [
file
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<script
src
=
"../js/resources/js-test-pre.js"
></script>
</head>
<body>
<span
id
=
"e"
></span>
<span
id
=
"f"
></span>
<script
src
=
"script-tests/request-animation-frame.js"
></script>
</body>
</html>