serenity
serenity copied to clipboard
LibWeb: Add textarea readonly support
This adds textarea readonly attribute support, it is mostly just a copy of the code already present in input. I also added two tests to check the working of input and textarea readonly.
This commit is split of from https://github.com/SerenityOS/serenity/pull/22944 because that merge request is to big and getting stale