blob: e00ee85d3bf4010acd0129a590a86a365cf883aa [file] [log] [blame]
#data
<input type="hidden"><frameset>
#errors
21: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
31: frameset start tag seen.
31: End of file seen and there were open elements.
#document
| <html>
| <head>
| <frameset>
#data
<!DOCTYPE html><table><caption><svg>foo</table>bar
#errors
47: End tag table did not match the name of the current open element (“svg”).
47: table closed but caption was still open.
47: End tag table seen, but there were open elements.
36: Unclosed element svg”.
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <table>
| <caption>
| <svg svg>
| "foo"
| "bar"