gecko/layout/html/tests/table/bugs/bug299723.html

9 lines
322 B
HTML

<html><head>
<title>Testcase bug 299723 - Table attribute RULES doesn't seem to recognize "none" and other values work strangely</title></head>
<body>
<table border="10" cellspacing="0" frame="void" rules="none" width="750">
<tbody><tr>
<td>You should see</td>
<td>no borders here</td>
</tr></tbody></table>
</body></html>