mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-09 02:21:53 +00:00
9 lines
215 B
HTML
9 lines
215 B
HTML
<!DOCTYPE html>
|
|
<body></body>
|
|
<script src="include.js"></script>
|
|
<script>
|
|
document.body.appendChild(document.createTextNode("PASS"));
|
|
test(() => {
|
|
println(document.body.innerText);
|
|
});
|
|
</script>
|