mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
8 lines
263 B
HTML
8 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>
|