mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
This ensures the HTML parser completes running if it previously stopped at an insertion point during a call to `document.write`.
8 lines
140 B
HTML
8 lines
140 B
HTML
<script src="../include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
document.write("PASS");
|
|
document.close();
|
|
});
|
|
</script>
|