Sha256: 3845f4ea750affc21a0f607b2dd9b1724d0352a31b6c9617393e1a85c9c7d6c6

Contents?: true

Size: 668 Bytes

Versions: 1

Compression:

Stored size: 668 Bytes

Contents

<html>
<head>
<title>
Test page for Tables
</title>
</head>
<body>
CVS Revision: "$Revision$"
<br>
<br>

The table below has 2 smaller tables, one on each row 
<br>
red is the main table
green is a table and grey is also a table

<table border =1 bgcolor=red>
    <tr>
	<td><table bgcolor=grey ><tr>
      		   <td> subtable1 Row 1 Col1 </td>
      		   <td> subtable1 Row 1 Col2 </td>
	           </tr>
            </table>
        </td>
    </tr>  
    <tr>
	<td><table bgcolor=silver><tr>
      		   <td> subtable2 Row 1 Col1 </td>
      		   <td> subtable2 Row 1 Col2 </td>
	           </tr>
            </table>
        </td>
    </tr>  
</table>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
watir-1.6.5 unittests/html/complex_table.html