blob: a09df21e12df38c2e404a4c7a8b87b7ce65c59ee (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<body>
<input placeholder='foo'>
<textarea placeholder='foo'></textarea>
<input placeholder='this is a quitelongetextforasmallelement'>
<textarea placeholder='this is a quitelongetextforasmallelement'></textarea>
</body>
</html>
|