mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:38:10 +00:00
7 lines
247 B
HTML
7 lines
247 B
HTML
<input id=input type=text readonly><script src="include.js"></script><script>
|
|
test(() => {
|
|
const input = document.getElementById("input");
|
|
internals.sendText(input, "wfh :^)");
|
|
internals.commitText();
|
|
});
|
|
</script>
|