mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
13 lines
282 B
HTML
13 lines
282 B
HTML
<script src="../include.js"></script>
|
|
<div id="foo">
|
|
<iframe></iframe>
|
|
<script>
|
|
setTimeout(function () {
|
|
foo.remove();
|
|
// Pass (didn't crash)
|
|
internals.signalTextTestIsDone();
|
|
}, 0);
|
|
</script>
|
|
</div>
|
|
<iframe></iframe>
|