Added a test html file with textareas
This commit is contained in:
parent
4c501e7001
commit
20c4aaa1d7
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Testpage with textareas</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Some text...</p>
|
||||
|
||||
<textarea id="test" style="width: 400px; height: 140px;">First text area</textarea>
|
||||
|
||||
<div>
|
||||
<p>More text...</p>
|
||||
|
||||
<textarea id="test2" style="width: 400px; height: 140px;">Second text area</textarea>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue