blob: 79c2f63b3a392c23029e730b5067fadbfeb3c3e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE HTML>
<html>
<head>
<title>Testcase for bug 776265</title>
<style type="text/css">
textarea {
float: left;
height: 50px;
width: 50px;
border: 1px solid #aaa;
padding: 4px;
}
</style>
</head>
<body><textarea></textarea>
</body>
</html>
|