tenfourfox/dom/html/crashtests/338649-1.xhtml

22 lines
304 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<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>