summaryrefslogtreecommitdiffstats
path: root/dom/html/crashtests/338649-1.xhtml
blob: b0bf3186fcf56385ebf03e8c9171f83ba8de397d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ASSERTION: Options collection broken</title>
</head>

<body>

<div>

<select>
  <option id="n29">B
    <optgroup label="middle" id="n20">
      <option>N</option>
    </optgroup>
  </option>
  <option>M</option>
</select>

</div>

</body>
</html>