tidy-html5/regression_testing/cases/legacy-expects/case-487283.html

33 lines
526 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>[ #487283 ] &gt;/select&lt; does not terminate
&gt;option&lt;</title>
</head>
<body>
<form>
<select>
<option>
first selection
</option>
<option>
next selection
</option>
<option>
last selection
</option>
</select>
</form>
<table>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>
</body>
</html>