1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:37:35 +00:00

LibWeb: Add some default style for <textarea> elements and a test

This commit is contained in:
Daniel Lemos 2022-03-09 10:00:05 -03:00 committed by Andreas Kling
parent f912a48315
commit 3eb6016dda
3 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,5 @@
<!doctype html>
<textarea>
This is some text
inside a &lt;textarea&gt;
</textarea>

View file

@ -72,6 +72,7 @@
<li><a href="blink.html">blink</a></li>
<li><a href="br.html">br</a></li>
<li><a href="progressbar.html">progressbar</a></li>
<li><a href="textarea.html">textarea</a></li>
</ul>
<h2>CSS</h2>