Sha256: 92128c93acf4e17f92b2d52ba07e9a1a9148f8166e299671378578f527211b58

Contents?: true

Size: 676 Bytes

Versions: 40

Compression:

Stored size: 676 Bytes

Contents

<html>
<head>
<title>
Test page for Tables
</title>
</head>
<body>
<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

40 entries across 40 versions & 2 rubygems

Version Path
firewatir-1.9.4 unittests/html/complex_table.html
firewatir-1.9.3 unittests/html/complex_table.html
firewatir-1.9.2 unittests/html/complex_table.html
firewatir-1.9.2.rc1 unittests/html/complex_table.html
firewatir-1.9.1 unittests/html/complex_table.html
firewatir-1.9.1.rc1 unittests/html/complex_table.html
watir-1.9.0 unittests/html/complex_table.html
firewatir-1.9.0 unittests/html/complex_table.html
watir-1.9.0.rc7 unittests/html/complex_table.html
firewatir-1.9.0.rc7 unittests/html/complex_table.html
watir-1.9.0.rc6 unittests/html/complex_table.html
firewatir-1.9.0.rc6 unittests/html/complex_table.html
watir-1.9.0.rc5 unittests/html/complex_table.html
firewatir-1.9.0.rc5 unittests/html/complex_table.html
watir-1.9.0.rc4 unittests/html/complex_table.html
firewatir-1.9.0.rc4 unittests/html/complex_table.html
watir-1.9.0.rc3 unittests/html/complex_table.html
firewatir-1.9.0.rc3 unittests/html/complex_table.html
watir-1.9.0.rc2 unittests/html/complex_table.html
firewatir-1.9.0.rc2 unittests/html/complex_table.html