Sha256: cdd33204a9aacb523cb10eb83c5ac719a1ecc6202c721ae56a842b4044ad5653
Contents?: true
Size: 304 Bytes
Versions: 3
Compression:
Stored size: 304 Bytes
Contents
<html> <body> <h4>An Unordered List:</h4> <ul> <li id='list1'>Coffee</li> <li id='list2'>Tea</li> <li id='list3'>Milk</li> </ul> <h4>An Ordered List:</h4> <ol> <li id='ordered1' name='l1'>Phil</li> <li id='ordered2'>Bob</li> <li id='ordered3'>Joe</li> </ol> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
watir-1.5.2 | unittests/html/lists.html |
watir-1.5.3 | unittests/html/lists.html |
watir-1.5.4 | unittests/html/lists.html |