mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
LibWeb: Add textarea readonly support
This commit is contained in:
committed by
Tim Flynn
parent
9aa31157d5
commit
05e78dabdb
Notes:
sideshowbarker
2024-07-18 05:37:06 +09:00
Author: https://github.com/bplaat Commit: https://github.com/SerenityOS/serenity/commit/05e78dabdb Pull-request: https://github.com/SerenityOS/serenity/pull/23355
7
Tests/LibWeb/Text/input/input-readonly.html
Normal file
7
Tests/LibWeb/Text/input/input-readonly.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user