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