mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +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>
|