/parser/htmlparser/tests/html/tag002.html

http://github.com/zpao/v8monkey · HTML · 23 lines · 17 code · 6 blank · 0 comment · 0 complexity · 64be0c1e87818b5ac7630a536440154e MD5 · raw file

  1. Broken tags are shown, only if no gt sign can be found.
  2. </
  3. close tag starts with CR, this is trashed with the invalid tag.
  4. <br>
  5. aaaaaaaaaaaa
  6. </ close tag without tag name, start with space, this is trashed with the invalid tag.
  7. <br>
  8. bbbbbbbb
  9. <
  10. open tag without name, stat with space, treated as text.
  11. <br>
  12. KKKKKKKKKK
  13. < open tag has no tag name, stat with space, treated as text.
  14. <br>
  15. ccccccc
  16. </
  17. dddd