123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610 |
- #data
- Test
- #errors
- Line: 1 Col: 4 Unexpected non-space characters. Expected DOCTYPE.
- #document
- | <html>
- | <head>
- | <body>
- | "Test"
- #data
- <div></div>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <div>
- #data
- <div>Test</div>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <div>
- | "Test"
- #data
- <di
- #errors
- #document
- | <html>
- | <head>
- | <body>
- #data
- <div>Hello</div>
- <script>
- console.log("PASS");
- </script>
- <div>Bye</div>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <div>
- | "Hello"
- | "
- "
- | <script>
- | "
- console.log("PASS");
- "
- | "
- "
- | <div>
- | "Bye"
- #data
- <div foo="bar">Hello</div>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <div>
- | foo="bar"
- | "Hello"
- #data
- <div>Hello</div>
- <script>
- console.log("FOO<span>BAR</span>BAZ");
- </script>
- <div>Bye</div>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <div>
- | "Hello"
- | "
- "
- | <script>
- | "
- console.log("FOO<span>BAR</span>BAZ");
- "
- | "
- "
- | <div>
- | "Bye"
- #data
- <foo bar="baz"></foo><potato quack="duck"></potato>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <foo>
- | bar="baz"
- | <potato>
- | quack="duck"
- #data
- <foo bar="baz"><potato quack="duck"></potato></foo>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <foo>
- | bar="baz"
- | <potato>
- | quack="duck"
- #data
- <foo></foo bar="baz"><potato></potato quack="duck">
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <foo>
- | <potato>
- #data
- </ tttt>
- #errors
- #document
- | <!-- tttt -->
- | <html>
- | <head>
- | <body>
- #data
- <div FOO ><img><img></div>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <div>
- | foo=""
- | <img>
- | <img>
- #data
- <p>Test</p<p>Test2</p>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <p>
- | "TestTest2"
- #data
- <rdar://problem/6869687>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <rdar:>
- | 6869687=""
- | problem=""
- #data
- <A>test< /A>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <a>
- | "test< /A>"
- #data
- <
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | "<"
- #data
- <body foo='bar'><body foo='baz' yo='mama'>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | foo="bar"
- | yo="mama"
- #data
- <body></br foo="bar"></body>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <br>
- #data
- <bdy><br foo="bar"></body>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <bdy>
- | <br>
- | foo="bar"
- #data
- <body></body></br foo="bar">
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <br>
- #data
- <bdy></body><br foo="bar">
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <bdy>
- | <br>
- | foo="bar"
- #data
- <html><body></body></html><!-- Hi there -->
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <!-- Hi there -->
- #data
- <html><body></body></html>x<!-- Hi there -->
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | "x"
- | <!-- Hi there -->
- #data
- <html><body></body></html>x<!-- Hi there --></html><!-- Again -->
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | "x"
- | <!-- Hi there -->
- | <!-- Again -->
- #data
- <html><body></body></html>x<!-- Hi there --></body></html><!-- Again -->
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | "x"
- | <!-- Hi there -->
- | <!-- Again -->
- #data
- <html><body><ruby><div><rp>xx</rp></div></ruby></body></html>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <ruby>
- | <div>
- | <rp>
- | "xx"
- #data
- <html><body><ruby><div><rt>xx</rt></div></ruby></body></html>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <ruby>
- | <div>
- | <rt>
- | "xx"
- #data
- <html><frameset><!--1--><noframes>A</noframes><!--2--></frameset><!--3--><noframes>B</noframes><!--4--></html><!--5--><noframes>C</noframes><!--6-->
- #errors
- #document
- | <html>
- | <head>
- | <frameset>
- | <!-- 1 -->
- | <noframes>
- | "A"
- | <!-- 2 -->
- | <!-- 3 -->
- | <noframes>
- | "B"
- | <!-- 4 -->
- | <noframes>
- | "C"
- | <!-- 5 -->
- | <!-- 6 -->
- #data
- <select><option>A<select><option>B<select><option>C<select><option>D<select><option>E<select><option>F<select><option>G<select>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <select>
- | <option>
- | "A"
- | <option>
- | "B"
- | <select>
- | <option>
- | "C"
- | <option>
- | "D"
- | <select>
- | <option>
- | "E"
- | <option>
- | "F"
- | <select>
- | <option>
- | "G"
- #data
- <dd><dd><dt><dt><dd><li><li>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <dd>
- | <dd>
- | <dt>
- | <dt>
- | <dd>
- | <li>
- | <li>
- #data
- <div><b></div><div><nobr>a<nobr>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <div>
- | <b>
- | <div>
- | <b>
- | <nobr>
- | "a"
- | <nobr>
- #data
- <head></head>
- <body></body>
- #errors
- #document
- | <html>
- | <head>
- | "
- "
- | <body>
- #data
- <head></head> <style></style>ddd
- #errors
- #document
- | <html>
- | <head>
- | <style>
- | " "
- | <body>
- | "ddd"
- #data
- <kbd><table></kbd><col><select><tr>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <kbd>
- | <select>
- | <table>
- | <colgroup>
- | <col>
- | <tbody>
- | <tr>
- #data
- <kbd><table></kbd><col><select><tr></table><div>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <kbd>
- | <select>
- | <table>
- | <colgroup>
- | <col>
- | <tbody>
- | <tr>
- | <div>
- #data
- <a><li><style></style><title></title></a>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <a>
- | <li>
- | <a>
- | <style>
- | <title>
- #data
- <font></p><p><meta><title></title></font>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <font>
- | <p>
- | <p>
- | <font>
- | <meta>
- | <title>
- #data
- <a><center><title></title><a>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <a>
- | <center>
- | <a>
- | <title>
- | <a>
- #data
- <svg><title><div>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <svg title>
- | <div>
- #data
- <svg><title><rect><div>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <svg title>
- | <rect>
- | <div>
- #data
- <svg><title><svg><div>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <svg title>
- | <svg svg>
- | <div>
- #data
- <img <="" FAIL>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <img>
- | <=""
- | fail=""
- #data
- <ul><li><div id='foo'/>A</li><li>B<div>C</div></li></ul>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <ul>
- | <li>
- | <div>
- | id="foo"
- | "A"
- | <li>
- | "B"
- | <div>
- | "C"
- #data
- <svg><em><desc></em>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <em>
- | <desc>
- #data
- <table><tr><td><svg><desc><td></desc><circle>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <table>
- | <tbody>
- | <tr>
- | <td>
- | <svg svg>
- | <svg desc>
- | <td>
- | <circle>
- #data
- <svg><tfoot></mi><td>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <svg tfoot>
- | <svg td>
- #data
- <math><mrow><mrow><mn>1</mn></mrow><mi>a</mi></mrow></math>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <math math>
- | <math mrow>
- | <math mrow>
- | <math mn>
- | "1"
- | <math mi>
- | "a"
- #data
- <!doctype html><input type="hidden"><frameset>
- #errors
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <frameset>
- #data
- <!doctype html><input type="button"><frameset>
- #errors
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <input>
- | type="button"
|