summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/291078-1.html
blob: acbba5dd8b5fc51df01a0fd8bcb7fb9fcaf9987a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
 <style type="text/css">
   .type:first-line 
   {
   }
 </style>
</head>
<body>
<table border="1" align="center">
  <tr>
    <td class="type">
      <input name="name" value="text input text input" type="text">
      <textarea>
1textarea textarea 
2textarea textarea 
3textarea textarea 
4textarea textarea 
5textarea textarea 
6textarea </textarea>
    </td>
  </tr>
</table>
</body>
</html>