mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Implements multi line text input for TextArea
This commit is contained in:
parent
fd65b5f438
commit
29241699fd
6 changed files with 115 additions and 11 deletions
6
tests/html/textarea.html
Normal file
6
tests/html/textarea.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<textarea name="textarea">Write something here
|
||||
and maybe here</textarea>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue