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

20 lines
403 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>[ #427819 ] OPTION w/illegal FONT eats whitespace</title>
</head>
<body>
<form method="get">
<select name="select">
<option value="1">
Tidy gets this right
</option><!-- The following gets tidied into "Tidy getsthis
wrong" -->
<option value="2">
Tidy gets this wrong
</option>
</select>
</form>
</body>
</html>