mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
8 lines
261 B
HTML
8 lines
261 B
HTML
<input id="input" type="text" maxlength="5"><script src="include.js"></script><script>
|
|
test(() => {
|
|
const input = document.getElementById('input');
|
|
internals.sendText(input, 'Hello World!');
|
|
internals.commitText();
|
|
});
|
|
</script>
|