3 <title>Table rules attr
</title>
4 <script type=
"text/javascript">
7 document
.getElementById('myTable').rules
="rows"
8 document
.getElementById('myTable').rules
="cols"
13 <body onload=
"runTest()">
14 <table id=
"myTable" border=
"1">
29 <p> The rules attribute is first set dynamically to rows, then to cols, so the table should show only column borders. Bug
14848.