Sha256: fa4d98c83e86b34d6d691fc4bae8f1363d03fe33a4db7cf0523a6c98a7ba9953

Contents?: true

Size: 710 Bytes

Versions: 1

Compression:

Stored size: 710 Bytes

Contents

<html>
<head>
<title>
Test page for Tables
</title>
</head>
<body>
CVS Revision: "$Revision: 1.2 $"
<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.4.1 unittests/html/complex_table.html