mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02: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>
|