blob: 915bf6d460f58f45d2a89432eaea3ab523b468c2 [file] [log] [blame]
<body>
PASS if no crash.
<iframe id="i"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var win = i.contentWindow;
i.remove();
win.requestIdleCallback(() => {}, {timeout: 1});
</script>
</body>