tidy-html5/test/testbase/out_427819.html
2015-05-13 13:38:40 +02:00

20 lines
403 B
HTML

<!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>