blob: 26c31b5413dab92a0a2e22abd62f56126c8f8ef9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../../resources/js-test.js"></script>
</head>
<body>
<script>
window.requestAnimationFrame(function() {
parent.callbackInvoked = true;
});
window.requestAnimationFrame(function() {
parent.doCheckResult();
});
window.requestAnimationFrame(function() {
parent.doTestDone();
});
</script>
</body>
</html>