123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
- #data
- <b><p>Bold </b> Not bold</p>
- Also not bold.
- #errors
- #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
- #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
- #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
- #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
- #document
- | <html>
- | <head>
- | <body>
- | "
- "
- | <label>
- | <a>
- | <div>
- | <a>
- | "Hello"
- | <div>
- | "World"
- | "
- "
- #data
- <table><center> <font>a</center> <img> <tr><td> </td> </tr> </table>
- #errors
- #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
- #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
- #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
- #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."
- | "
- "
|