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