summaryrefslogtreecommitdiffstats
path: root/layout/forms/crashtests/393656-1.xhtml
blob: 22a9326c5f9958238ddc391339f85ed663dfc651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>

<body>
 <select style="float: right; clear: right;">
    <option><a style="float: right;"></a></option>
    <option style="margin: 100%;"></option>
    <option><div style="clear: both"></div></option>
  </select>
</body>

</html>