blob: 06428947e3ff3f2071c43de582d29fe09d9ff696 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
window.requestAnimationFrame(function() {
parent.callbackInvoked = true;
});
parent.doDisplay();
setTimeout(function() {
parent.doCheckResult();
}, 100);
setTimeout(function() {
parent.doTestDone();
}, 200);
</script>
</body>
</html>