mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-13 04:21:54 +00:00
6 lines
164 B
HTML
6 lines
164 B
HTML
<script src="../include.js"></script>
|
|
<script>
|
|
document.write("PASS");
|
|
document.close();
|
|
internals.signalTestIsDone(document.body.innerText);
|
|
</script>
|