/test/fictional-opt.html

http://github.com/fizx/parsley · HTML · 43 lines · 43 code · 0 blank · 0 comment · 0 complexity · 8d4e223242c33d93167933ba81a98ca1 MD5 · raw file

  1. <html>
  2. <body>
  3. <div>
  4. <h1>title1</h1>
  5. <ul id="nav">
  6. <li id="a">home</li>
  7. <li id="b">about</li>
  8. </ul>
  9. </div>
  10. <div>
  11. <ul id="posts">
  12. <li>
  13. <h2>some post</h2>
  14. <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
  15. <p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>
  16. <p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
  17. <div id="comments">
  18. <h3>joe1</h3>
  19. <p>This sux!</p>
  20. <p>No, really; it's awful!!!</p>
  21. <h3>bob1</h3>
  22. <p>who uses semi-colons?</p>
  23. <h3>joe1.5</h3>
  24. <p>who hyphenates semicolon?</p>
  25. </div>
  26. </li>
  27. <li>
  28. <h2>another post</h2>
  29. <p>I hate lipsum. It's hard to tell which post you're on.</p>
  30. <p>Obligatory second paragraph <br>with<br>line<br>breaks</p>
  31. <div id="comments">
  32. <h3>suzy2</h3>
  33. <p>FRIST POST!!!</p>
  34. <h3>bob2</h3>
  35. <p>grow up</p>
  36. <p>2nd post</p>
  37. </div>
  38. </li>
  39. </ul>
  40. </div>
  41. <h1>another title -- empty page</h1>
  42. </body>
  43. </html>