mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-10 11:01:53 +00:00
8 lines
214 B
HTML
8 lines
214 B
HTML
<!DOCTYPE html>
|
|
<script src="../include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
document.documentElement.insertAdjacentHTML("afterbegin", "hello");
|
|
println("PASS (didn't crash)");
|
|
});
|
|
</script>
|