Skip to content

Commit

Permalink
Added test for characters in "after after frameset" insertion mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Chen committed May 5, 2014
1 parent 4228942 commit 1d73775
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tree-construction/tests26.dat
Original file line number Diff line number Diff line change
Expand Up @@ -396,3 +396,16 @@ Line 1 Col 19 Expected closing tag. Unexpected end of file.
| <html>
| <head>
| <frameset>

#data
<!DOCTYPE html><html><frameset></frameset></html>XXX</frameset>
#errors
52: Non-space character in page trailer.
52: Non-space character in page trailer.
52: Non-space character in page trailer.
63: Stray end tag “frameset”.
#document
| <!DOCTYPE html>
| <html>
| <head>
| <frameset>

0 comments on commit 1d73775

Please sign in to comment.