mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
16 lines
332 B
HTML
16 lines
332 B
HTML
<!DOCTYPE html>
|
|
<script src="../include.js"></script>
|
|
<div id="foo">
|
|
<iframe></iframe>
|
|
<script>
|
|
asyncTest(done => {
|
|
setTimeout(function () {
|
|
foo.remove();
|
|
// Pass (didn't crash)
|
|
done();
|
|
}, 0);
|
|
});
|
|
</script>
|
|
</div>
|
|
<iframe></iframe>
|