Sha256: a51074d93ead376fa4bc53eefa43ad5e7a4f879bf3a97c89c9fc4fb53e5d6f1d

Contents?: true

Size: 710 Bytes

Versions: 3

Compression:

Stored size: 710 Bytes

Contents

<html>
<head>
<title>
Test page for Tables
</title>
</head>
<body>
CVS Revision: "$Revision: 1.0 $"
<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

3 entries across 3 versions & 1 rubygems

Version Path
firewatir-1.6.6 unittests/html/complex_table.html
firewatir-1.6.6.rc2 unittests/html/complex_table.html
firewatir-1.6.6.rc1 unittests/html/complex_table.html