/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
- Broken tags are shown, only if no gt sign can be found.
- </
- close tag starts with CR, this is trashed with the invalid tag.
- <br>
- aaaaaaaaaaaa
- </ close tag without tag name, start with space, this is trashed with the invalid tag.
- <br>
- bbbbbbbb
- <
- open tag without name, stat with space, treated as text.
- <br>
- KKKKKKKKKK
- < open tag has no tag name, stat with space, treated as text.
- <br>
- ccccccc
- </
- dddd