123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799 |
- #data
- <!DOCTYPE html><svg></svg>
- #errors
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <svg svg>
- #data
- <!DOCTYPE html><svg></svg><![CDATA[a]]>
- #errors
- 29: Bogus comment
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <!-- [CDATA[a]] -->
- #data
- <!DOCTYPE html><body><svg></svg>
- #errors
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <svg svg>
- #data
- <!DOCTYPE html><body><select><svg></svg></select>
- #errors
- 35: Stray “svg” start tag.
- 42: Stray end tag “svg”
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <select>
- #data
- <!DOCTYPE html><body><select><option><svg></svg></option></select>
- #errors
- 43: Stray “svg” start tag.
- 50: Stray end tag “svg”
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <select>
- | <option>
- #data
- <!DOCTYPE html><body><table><svg></svg></table>
- #errors
- 34: Start tag “svg” seen in “table”.
- 41: Stray end tag “svg”.
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <table>
- #data
- <!DOCTYPE html><body><table><svg><g>foo</g></svg></table>
- #errors
- 34: Start tag “svg” seen in “table”.
- 46: Stray end tag “g”.
- 53: Stray end tag “svg”.
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <svg g>
- | "foo"
- | <table>
- #data
- <!DOCTYPE html><body><table><svg><g>foo</g><g>bar</g></svg></table>
- #errors
- 34: Start tag “svg” seen in “table”.
- 46: Stray end tag “g”.
- 58: Stray end tag “g”.
- 65: Stray end tag “svg”.
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <svg g>
- | "foo"
- | <svg g>
- | "bar"
- | <table>
- #data
- <!DOCTYPE html><body><table><tbody><svg><g>foo</g><g>bar</g></svg></tbody></table>
- #errors
- 41: Start tag “svg” seen in “table”.
- 53: Stray end tag “g”.
- 65: Stray end tag “g”.
- 72: Stray end tag “svg”.
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <svg g>
- | "foo"
- | <svg g>
- | "bar"
- | <table>
- | <tbody>
- #data
- <!DOCTYPE html><body><table><tbody><tr><svg><g>foo</g><g>bar</g></svg></tr></tbody></table>
- #errors
- 45: Start tag “svg” seen in “table”.
- 57: Stray end tag “g”.
- 69: Stray end tag “g”.
- 76: Stray end tag “svg”.
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <svg g>
- | "foo"
- | <svg g>
- | "bar"
- | <table>
- | <tbody>
- | <tr>
- #data
- <!DOCTYPE html><body><table><tbody><tr><td><svg><g>foo</g><g>bar</g></svg></td></tr></tbody></table>
- #errors
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <table>
- | <tbody>
- | <tr>
- | <td>
- | <svg svg>
- | <svg g>
- | "foo"
- | <svg g>
- | "bar"
- #data
- <!DOCTYPE html><body><table><tbody><tr><td><svg><g>foo</g><g>bar</g></svg><p>baz</td></tr></tbody></table>
- #errors
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <table>
- | <tbody>
- | <tr>
- | <td>
- | <svg svg>
- | <svg g>
- | "foo"
- | <svg g>
- | "bar"
- | <p>
- | "baz"
- #data
- <!DOCTYPE html><body><table><caption><svg><g>foo</g><g>bar</g></svg><p>baz</caption></table>
- #errors
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <table>
- | <caption>
- | <svg svg>
- | <svg g>
- | "foo"
- | <svg g>
- | "bar"
- | <p>
- | "baz"
- #data
- <!DOCTYPE html><body><table><caption><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
- #errors
- 70: HTML start tag “p” in a foreign namespace context.
- 81: “table” closed but “caption” was still open.
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <table>
- | <caption>
- | <svg svg>
- | <svg g>
- | "foo"
- | <svg g>
- | "bar"
- | <p>
- | "baz"
- | <p>
- | "quux"
- #data
- <!DOCTYPE html><body><table><caption><svg><g>foo</g><g>bar</g>baz</table><p>quux
- #errors
- 78: “table” closed but “caption” was still open.
- 78: Unclosed elements on stack.
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <table>
- | <caption>
- | <svg svg>
- | <svg g>
- | "foo"
- | <svg g>
- | "bar"
- | "baz"
- | <p>
- | "quux"
- #data
- <!DOCTYPE html><body><table><colgroup><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
- #errors
- 44: Start tag “svg” seen in “table”.
- 56: Stray end tag “g”.
- 68: Stray end tag “g”.
- 71: HTML start tag “p” in a foreign namespace context.
- 71: Start tag “p” seen in “table”.
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <svg g>
- | "foo"
- | <svg g>
- | "bar"
- | <p>
- | "baz"
- | <table>
- | <colgroup>
- | <p>
- | "quux"
- #data
- <!DOCTYPE html><body><table><tr><td><select><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
- #errors
- 50: Stray “svg” start tag.
- 54: Stray “g” start tag.
- 62: Stray end tag “g”
- 66: Stray “g” start tag.
- 74: Stray end tag “g”
- 77: Stray “p” start tag.
- 88: “table” end tag with “select” open.
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <table>
- | <tbody>
- | <tr>
- | <td>
- | <select>
- | "foobarbaz"
- | <p>
- | "quux"
- #data
- <!DOCTYPE html><body><table><select><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
- #errors
- 36: Start tag “select” seen in “table”.
- 42: Stray “svg” start tag.
- 46: Stray “g” start tag.
- 54: Stray end tag “g”
- 58: Stray “g” start tag.
- 66: Stray end tag “g”
- 69: Stray “p” start tag.
- 80: “table” end tag with “select” open.
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <select>
- | "foobarbaz"
- | <table>
- | <p>
- | "quux"
- #data
- <!DOCTYPE html><body></body></html><svg><g>foo</g><g>bar</g><p>baz
- #errors
- 41: Stray “svg” start tag.
- 68: HTML start tag “p” in a foreign namespace context.
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <svg g>
- | "foo"
- | <svg g>
- | "bar"
- | <p>
- | "baz"
- #data
- <!DOCTYPE html><body></body><svg><g>foo</g><g>bar</g><p>baz
- #errors
- 34: Stray “svg” start tag.
- 61: HTML start tag “p” in a foreign namespace context.
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <svg g>
- | "foo"
- | <svg g>
- | "bar"
- | <p>
- | "baz"
- #data
- <!DOCTYPE html><frameset><svg><g></g><g></g><p><span>
- #errors
- 31: Stray “svg” start tag.
- 35: Stray “g” start tag.
- 40: Stray end tag “g”
- 44: Stray “g” start tag.
- 49: Stray end tag “g”
- 52: Stray “p” start tag.
- 58: Stray “span” start tag.
- 58: End of file seen and there were open elements.
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <frameset>
- #data
- <!DOCTYPE html><frameset></frameset><svg><g></g><g></g><p><span>
- #errors
- 42: Stray “svg” start tag.
- 46: Stray “g” start tag.
- 51: Stray end tag “g”
- 55: Stray “g” start tag.
- 60: Stray end tag “g”
- 63: Stray “p” start tag.
- 69: Stray “span” start tag.
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <frameset>
- #data
- <!DOCTYPE html><body xlink:href=foo><svg xlink:href=foo></svg>
- #errors
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | xlink:href="foo"
- | <svg svg>
- | xlink href="foo"
- #data
- <!DOCTYPE html><body xlink:href=foo xml:lang=en><svg><g xml:lang=en xlink:href=foo></g></svg>
- #errors
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | xlink:href="foo"
- | xml:lang="en"
- | <svg svg>
- | <svg g>
- | xlink href="foo"
- | xml lang="en"
- #data
- <!DOCTYPE html><body xlink:href=foo xml:lang=en><svg><g xml:lang=en xlink:href=foo /></svg>
- #errors
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | xlink:href="foo"
- | xml:lang="en"
- | <svg svg>
- | <svg g>
- | xlink href="foo"
- | xml lang="en"
- #data
- <!DOCTYPE html><body xlink:href=foo xml:lang=en><svg><g xml:lang=en xlink:href=foo />bar</svg>
- #errors
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | xlink:href="foo"
- | xml:lang="en"
- | <svg svg>
- | <svg g>
- | xlink href="foo"
- | xml lang="en"
- | "bar"
- #data
- <svg></path>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <svg svg>
- #data
- <div><svg></div>a
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <div>
- | <svg svg>
- | "a"
- #data
- <div><svg><path></div>a
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <div>
- | <svg svg>
- | <svg path>
- | "a"
- #data
- <div><svg><path></svg><path>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <div>
- | <svg svg>
- | <svg path>
- | <path>
- #data
- <div><svg><path><foreignObject><math></div>a
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <div>
- | <svg svg>
- | <svg path>
- | <svg foreignObject>
- | <math math>
- | "a"
- #data
- <div><svg><path><foreignObject><p></div>a
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <div>
- | <svg svg>
- | <svg path>
- | <svg foreignObject>
- | <p>
- | "a"
- #data
- <!DOCTYPE html><svg><desc><div><svg><ul>a
- #errors
- 40: HTML start tag “ul” in a foreign namespace context.
- 41: End of file in a foreign namespace context.
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <svg desc>
- | <div>
- | <svg svg>
- | <ul>
- | "a"
- #data
- <!DOCTYPE html><svg><desc><svg><ul>a
- #errors
- 35: HTML start tag “ul” in a foreign namespace context.
- 36: End of file in a foreign namespace context.
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <svg desc>
- | <svg svg>
- | <ul>
- | "a"
- #data
- <!DOCTYPE html><p><svg><desc><p>
- #errors
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <p>
- | <svg svg>
- | <svg desc>
- | <p>
- #data
- <!DOCTYPE html><p><svg><title><p>
- #errors
- #document
- | <!DOCTYPE html>
- | <html>
- | <head>
- | <body>
- | <p>
- | <svg svg>
- | <svg title>
- | <p>
- #data
- <div><svg><path><foreignObject><p></foreignObject><p>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <div>
- | <svg svg>
- | <svg path>
- | <svg foreignObject>
- | <p>
- | <p>
- #data
- <math><mi><div><object><div><span></span></div></object></div></mi><mi>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <math math>
- | <math mi>
- | <div>
- | <object>
- | <div>
- | <span>
- | <math mi>
- #data
- <math><mi><svg><foreignObject><div><div></div></div></foreignObject></svg></mi><mi>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <math math>
- | <math mi>
- | <svg svg>
- | <svg foreignObject>
- | <div>
- | <div>
- | <math mi>
- #data
- <svg><script></script><path>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <svg script>
- | <svg path>
- #data
- <table><svg></svg><tr>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <svg svg>
- | <table>
- | <tbody>
- | <tr>
- #data
- <math><mi><mglyph>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <math math>
- | <math mi>
- | <math mglyph>
- #data
- <math><mi><malignmark>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <math math>
- | <math mi>
- | <math malignmark>
- #data
- <math><mo><mglyph>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <math math>
- | <math mo>
- | <math mglyph>
- #data
- <math><mo><malignmark>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <math math>
- | <math mo>
- | <math malignmark>
- #data
- <math><mn><mglyph>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <math math>
- | <math mn>
- | <math mglyph>
- #data
- <math><mn><malignmark>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <math math>
- | <math mn>
- | <math malignmark>
- #data
- <math><ms><mglyph>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <math math>
- | <math ms>
- | <math mglyph>
- #data
- <math><ms><malignmark>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <math math>
- | <math ms>
- | <math malignmark>
- #data
- <math><mtext><mglyph>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <math math>
- | <math mtext>
- | <math mglyph>
- #data
- <math><mtext><malignmark>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <math math>
- | <math mtext>
- | <math malignmark>
- #data
- <math><annotation-xml><svg></svg></annotation-xml><mi>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <math math>
- | <math annotation-xml>
- | <svg svg>
- | <math mi>
- #data
- <math><annotation-xml><svg><foreignObject><div><math><mi></mi></math><span></span></div></foreignObject><path></path></svg></annotation-xml><mi>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <math math>
- | <math annotation-xml>
- | <svg svg>
- | <svg foreignObject>
- | <div>
- | <math math>
- | <math mi>
- | <span>
- | <svg path>
- | <math mi>
- #data
- <math><annotation-xml><svg><foreignObject><math><mi><svg></svg></mi><mo></mo></math><span></span></foreignObject><path></path></svg></annotation-xml><mi>
- #errors
- #document
- | <html>
- | <head>
- | <body>
- | <math math>
- | <math annotation-xml>
- | <svg svg>
- | <svg foreignObject>
- | <math math>
- | <math mi>
- | <svg svg>
- | <math mo>
- | <span>
- | <svg path>
- | <math mi>
|