summaryrefslogtreecommitdiffstats
path: root/layout/forms/crashtests/383887-1.html
blob: 65d4751f7db283b7f71aaaf6262422b0a14455fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<body>

<table>
  <tr>
    <td>
      <select>
        <option style="padding: 200%;">
      </select>
    </td>
  </tr>
  <tr>
    <td>
      <div style="padding: 200%"><span style="float: left; border: 1px solid red;"></span></div>
    </td>
  </tr>
</table>
 
</body>
</html>