mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +00:00
LibWeb: Add some default style for <textarea> elements and a test
This commit is contained in:
parent
f912a48315
commit
3eb6016dda
3 changed files with 13 additions and 1 deletions
5
Base/res/html/misc/textarea.html
Normal file
5
Base/res/html/misc/textarea.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<!doctype html>
|
||||
<textarea>
|
||||
This is some text
|
||||
inside a <textarea>
|
||||
</textarea>
|
Loading…
Add table
Add a link
Reference in a new issue