Sha256: fe161d835033347f54babe58e9ba0a33cac373b2f2b4bd4ba0414acff88506d4
Contents?: true
Size: 354 Bytes
Versions: 1
Compression:
Stored size: 354 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Uneven Table</title> </head> <body> <table border="0" cellspacing="5" cellpadding="5"> <tr> <th>Header 1</th> <th>Header 2</th> <th>Header 3</th> </tr> <tr> <td>Data 1</td> <td>Data 2</td> </tr> </table> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir-6.10.1 | spec/watirspec/html/uneven_table.html |