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

51 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title>[ #505770] Unclosed option tag causing problems</title>
</head>
<body>
<form name="myhand"
id="myhand">
<input type="text"
disabled
size="30"
value="Top Card on Discard Pile -- None"
name="topcard"><br>
<select ondblclick=
"parent.master.aGame.Hand.Cards [this.selectedIndex].ShowCard();"
onchange=
"document.myhand.cardtext.value = this [this.selectedIndex].value"
name="handselect"
size="7">
<option value="">
-------------Empty Hand--------- ----
</option>
<option value="">
</option>
<option value="">
</option>
<option value="">
</option>
<option value="">
</option>
<option value="">
</option>
<option value="">
</option>
</select>
<textarea disabled
rows="5"
cols="28"
title="Selected Card Text"
name="cardtext">Selected Card Text
</textarea><br>
<input type="button"
value="Discard &amp; Draw"><br>
<input type="button"
value="Discard &amp; Draw from Discard">
</form>
</body>
</html>