mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:48:11 +00:00
7 lines
263 B
HTML
7 lines
263 B
HTML
<textarea id=textarea readonly></textarea><script src="include.js"></script><script>
|
|
test(() => {
|
|
const textarea = document.getElementById("textarea");
|
|
internals.sendText(textarea, "wfh :^)");
|
|
internals.commitText();
|
|
});
|
|
</script>
|