123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336 |
- #data
- <b><p>Bold </b> Not bold</p>
- Also not bold.
- #errors
- (1,3): expected-doctype-but-got-start-tag
- (1,15): adoption-agency-1.3
- #document
- | <html>
- | <head>
- | <body>
- | <b>
- | <p>
- | <b>
- | "Bold "
- | " Not bold"
- | "
- Also not bold."
- #data
- <html>
- <font color=red><i>Italic and Red<p>Italic and Red </font> Just italic.</p> Italic only.</i> Plain
- <p>I should not be red. <font color=red>Red. <i>Italic and red.</p>
- <p>Italic and red. </i> Red.</font> I should not be red.</p>
- <b>Bold <i>Bold and italic</b> Only Italic </i> Plain
- #errors
- (1,6): expected-doctype-but-got-start-tag
- (2,58): adoption-agency-1.3
- (3,67): unexpected-end-tag
- (4,23): adoption-agency-1.3
- (4,35): adoption-agency-1.3
- (5,30): adoption-agency-1.3
- #document
- | <html>
- | <head>
- | <body>
- | <font>
- | color="red"
- | <i>
- | "Italic and Red"
- | <i>
- | <p>
- | <font>
- | color="red"
- | "Italic and Red "
- | " Just italic."
- | " Italic only."
- | " Plain
- "
- | <p>
- | "I should not be red. "
- | <font>
- | color="red"
- | "Red. "
- | <i>
- | "Italic and red."
- | <font>
- | color="red"
- | <i>
- | "
- "
- | <p>
- | <font>
- | color="red"
- | <i>
- | "Italic and red. "
- | " Red."
- | " I should not be red."
- | "
- "
- | <b>
- | "Bold "
- | <i>
- | "Bold and italic"
- | <i>
- | " Only Italic "
- | " Plain"
- #data
- <html><body>
- <p><font size="7">First paragraph.</p>
- <p>Second paragraph.</p></font>
- <b><p><i>Bold and Italic</b> Italic</p>
- #errors
- (1,6): expected-doctype-but-got-start-tag
- (2,38): unexpected-end-tag
- (4,28): adoption-agency-1.3
- (4,28): adoption-agency-1.3
- (4,39): unexpected-end-tag
- #document
- | <html>
- | <head>
- | <body>
- | "
- "
- | <p>
- | <font>
- | size="7"
- | "First paragraph."
- | <font>
- | size="7"
- | "
- "
- | <p>
- | "Second paragraph."
- | "
- "
- | <b>
- | <p>
- | <b>
- | <i>
- | "Bold and Italic"
- | <i>
- | " Italic"
- #data
- <html>
- <dl>
- <dt><b>Boo
- <dd>Goo?
- </dl>
- </html>
- #errors
- (1,6): expected-doctype-but-got-start-tag
- (4,4): end-tag-too-early
- (5,5): end-tag-too-early
- (6,7): expected-one-end-tag-but-got-another
- #document
- | <html>
- | <head>
- | <body>
- | <dl>
- | "
- "
- | <dt>
- | <b>
- | "Boo
- "
- | <dd>
- | <b>
- | "Goo?
- "
- | <b>
- | "
- "
- #data
- <html><body>
- <label><a><div>Hello<div>World</div></a></label>
- </body></html>
- #errors
- (1,6): expected-doctype-but-got-start-tag
- (2,40): adoption-agency-1.3
- (2,48): unexpected-end-tag
- (3,7): expected-one-end-tag-but-got-another
- #document
- | <html>
- | <head>
- | <body>
- | "
- "
- | <label>
- | <a>
- | <div>
- | <a>
- | "Hello"
- | <div>
- | "World"
- | "
- "
- #data
- <table><center> <font>a</center> <img> <tr><td> </td> </tr> </table>
- #errors
- (1,7): expected-doctype-but-got-start-tag
- (1,15): foster-parenting-start-tag
- (1,16): foster-parenting-character
- (1,22): foster-parenting-start-tag
- (1,23): foster-parenting-character
- (1,32): foster-parenting-end-tag
- (1,32): end-tag-too-early
- (1,33): foster-parenting-character
- (1,38): foster-parenting-start-tag
- #document
- | <html>
- | <head>
- | <body>
- | <center>
- | " "
- | <font>
- | "a"
- | <font>
- | <img>
- | " "
- | <table>
- | " "
- | <tbody>
- | <tr>
- | <td>
- | " "
- | " "
- | " "
- #data
- <table><tr><p><a><p>You should see this text.
- #errors
- (1,7): expected-doctype-but-got-start-tag
- (1,14): unexpected-start-tag-implies-table-voodoo
- (1,17): unexpected-start-tag-implies-table-voodoo
- (1,20): unexpected-start-tag-implies-table-voodoo
- (1,20): closing-non-current-p-element
- (1,21): foster-parenting-character
- (1,22): foster-parenting-character
- (1,23): foster-parenting-character
- (1,24): foster-parenting-character
- (1,25): foster-parenting-character
- (1,26): foster-parenting-character
- (1,27): foster-parenting-character
- (1,28): foster-parenting-character
- (1,29): foster-parenting-character
- (1,30): foster-parenting-character
- (1,31): foster-parenting-character
- (1,32): foster-parenting-character
- (1,33): foster-parenting-character
- (1,34): foster-parenting-character
- (1,35): foster-parenting-character
- (1,36): foster-parenting-character
- (1,37): foster-parenting-character
- (1,38): foster-parenting-character
- (1,39): foster-parenting-character
- (1,40): foster-parenting-character
- (1,41): foster-parenting-character
- (1,42): foster-parenting-character
- (1,43): foster-parenting-character
- (1,44): foster-parenting-character
- (1,45): foster-parenting-character
- (1,45): eof-in-table
- #document
- | <html>
- | <head>
- | <body>
- | <p>
- | <a>
- | <p>
- | <a>
- | "You should see this text."
- | <table>
- | <tbody>
- | <tr>
- #data
- <TABLE>
- <TR>
- <CENTER><CENTER><TD></TD></TR><TR>
- <FONT>
- <TABLE><tr></tr></TABLE>
- </P>
- <a></font><font></a>
- This page contains an insanely badly-nested tag sequence.
- #errors
- (1,7): expected-doctype-but-got-start-tag
- (3,8): unexpected-start-tag-implies-table-voodoo
- (3,16): unexpected-start-tag-implies-table-voodoo
- (4,6): unexpected-start-tag-implies-table-voodoo
- (4,6): unexpected character token in table (the newline)
- (5,7): unexpected-start-tag-implies-end-tag
- (6,4): unexpected p end tag
- (7,10): adoption-agency-1.3
- (7,20): adoption-agency-1.3
- (8,57): expected-closing-tag-but-got-eof
- #document
- | <html>
- | <head>
- | <body>
- | <center>
- | <center>
- | <font>
- | "
- "
- | <table>
- | "
- "
- | <tbody>
- | <tr>
- | "
- "
- | <td>
- | <tr>
- | "
- "
- | <table>
- | <tbody>
- | <tr>
- | <font>
- | "
- "
- | <p>
- | "
- "
- | <a>
- | <a>
- | <font>
- | <font>
- | "
- This page contains an insanely badly-nested tag sequence."
- #data
- <html>
- <body>
- <b><nobr><div>This text is in a div inside a nobr</nobr>More text that should not be in the nobr, i.e., the
- nobr should have closed the div inside it implicitly. </b><pre>A pre tag outside everything else.</pre>
- </body>
- </html>
- #errors
- (1,6): expected-doctype-but-got-start-tag
- (3,56): adoption-agency-1.3
- (4,58): adoption-agency-1.3
- (5,7): expected-one-end-tag-but-got-another
- #document
- | <html>
- | <head>
- | <body>
- | "
- "
- | <b>
- | <nobr>
- | <div>
- | <b>
- | <nobr>
- | "This text is in a div inside a nobr"
- | "More text that should not be in the nobr, i.e., the
- nobr should have closed the div inside it implicitly. "
- | <pre>
- | "A pre tag outside everything else."
- | "
- "
|