blob: f72beca58e78406c2f53714a229f1dded6a3f1d3 [file]
<!DOCTYPE html>
<html>
<body>
This test passes if it doesn't crash.
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function popupReloaded()
{
setTimeout(() => {
if (window.testRunner)
testRunner.notifyDone();
}, 0);
}
open("resources/pending-requestAnimationFrame-upon-destruction-popup.html");
</script>
</body>
</html>