summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/391053-1.xhtml
blob: 7a971bcd1b44588f079a71c87df2bde9917f6b78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>

<div>
  <select>
    <option style="margin: 100%;">A</option>
    <optgroup label="outgroup" style="padding: 10%;">
      <option style="padding: 10%;">M</option>
    </optgroup>
  </select>
</div>

</body>
</html>