Bug 1878930 - s/RawBuffer/Span/: UniformData. r=gfx-reviewers,lsalzman
[gecko.git] / dom / html / crashtests / 338649-1.xhtml
blobb0bf3186fcf56385ebf03e8c9171f83ba8de397d
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <title>ASSERTION: Options collection broken</title>
4 </head>
6 <body>
8 <div>
10 <select>
11 <option id="n29">B
12 <optgroup label="middle" id="n20">
13 <option>N</option>
14 </optgroup>
15 </option>
16 <option>M</option>
17 </select>
19 </div>
21 </body>
22 </html>