serenity icon indicating copy to clipboard operation
serenity copied to clipboard

LibWeb: Add textarea readonly support

Open bplaat opened this issue 1 year ago • 0 comments

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

bplaat avatar Feb 26 '24 18:02 bplaat