Sha256: c619a6789bf2c687661241d5ff153b01cd58ff1e808c6f2b80471d12d4db8f8e
Contents?: true
Size: 503 Bytes
Versions: 18
Compression:
Stored size: 503 Bytes
Contents
<html> <body> <ul> <li>This is line one, try to make page width very small</li> <li>Same with line 2</li> </ul> ------ <table> <tr> <td> <ul><li>Simple list in a table. This table cell may wrap.</li></ul> </td> <td> Second column, unimportant </td> <tr> <tr> <td nowrap> <ul><li>List in a table, this cell should not wrap</li></ul> </td> <td> Second column, unimportant </td> <tr> </table> </body> </html>
Version data entries
18 entries across 18 versions & 1 rubygems