tidy-html5/regression_testing/cases/legacy-expects/case-433021.html
Jim Derry 5a1b65d089 Move the testing repository back into the Tidy codebase.
Automate testing of any PR's.
Updated README's explaining new processes.
2021-05-21 10:43:35 -04:00

26 lines
572 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>[ #433021 ] Identify attribute whose value is bad</title>
</head>
<body>
<p align="fizzle">text</p>
<table summary="none">
<tr>
<td align="center"
valign="center">
<p>"valign" attr value can't be "center"</p>
</td>
<td align="center"
valign="fuzzle">
<p>"valign" attr value can't be "fuzzle"</p>
</td>
<td align="fuzzle"
valign="fuzzle">
<p>"align"/"valign" attr values can't be "fuzzle"</p>
</td>
</tr>
</table>
</body>
</html>