mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +00:00
22 lines
304 B
HTML
22 lines
304 B
HTML
<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> |