Sha256: 737ea60ea2c1822e2c26732f1cb5534a47d1bbd62ef5ce016ea1c61bbd2c8ed1

Contents?: true

Size: 685 Bytes

Versions: 16

Compression:

Stored size: 685 Bytes

Contents

<!doctype 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

16 entries across 16 versions & 2 rubygems

Version Path
watir-classic-3.0.0 unittests/html/complex_table.html
watir-3.0.0.rc3 unittests/html/complex_table.html
watir-3.0.0.rc2 unittests/html/complex_table.html
watir-3.0.0.rc1 unittests/html/complex_table.html
watir-2.0.4 unittests/html/complex_table.html
watir-2.0.3 unittests/html/complex_table.html
watir-2.0.2 unittests/html/complex_table.html
watir-2.0.2.rc1 unittests/html/complex_table.html
watir-2.0.1 unittests/html/complex_table.html
watir-2.0.0 unittests/html/complex_table.html
watir-2.0.0.rc3 unittests/html/complex_table.html
watir-2.0.0.rc2 unittests/html/complex_table.html
watir-1.9.2 unittests/html/complex_table.html
watir-1.9.2.rc1 unittests/html/complex_table.html
watir-1.9.1 unittests/html/complex_table.html
watir-1.9.1.rc1 unittests/html/complex_table.html