diff options
author | Markus Unterwaditzer <markus-honeypot@unterwaditzer.net> | 2021-11-26 13:17:39 +0100 |
---|---|---|
committer | Markus Unterwaditzer <markus-honeypot@unterwaditzer.net> | 2021-11-26 13:17:39 +0100 |
commit | e1cdb4a6ac40aa562605990d58425978a5dc295b (patch) | |
tree | 48ee360700f05443364b95bbaedcfdb809ada6ea /tests/html5lib-tests/tree-construction/tests22.dat | |
parent | bb1e11cc9421c3096d82c4fceb74bb8f0aa82201 (diff) |
remove html5lib-tests
Diffstat (limited to 'tests/html5lib-tests/tree-construction/tests22.dat')
-rw-r--r-- | tests/html5lib-tests/tree-construction/tests22.dat | 190 |
1 files changed, 0 insertions, 190 deletions
diff --git a/tests/html5lib-tests/tree-construction/tests22.dat b/tests/html5lib-tests/tree-construction/tests22.dat deleted file mode 100644 index 31e6d9e..0000000 --- a/tests/html5lib-tests/tree-construction/tests22.dat +++ /dev/null @@ -1,190 +0,0 @@ -#data -<a><b><big><em><strong><div>X</a> -#errors -(1,3): expected-doctype-but-got-start-tag -(1,33): adoption-agency-1.3 -(1,33): expected-closing-tag-but-got-eof -#document -| <html> -| <head> -| <body> -| <a> -| <b> -| <big> -| <em> -| <strong> -| <big> -| <em> -| <strong> -| <div> -| <a> -| "X" - -#data -<a><b><div id=1><div id=2><div id=3><div id=4><div id=5><div id=6><div id=7><div id=8>A</a> -#errors -(1,3): expected-doctype-but-got-start-tag -(1,91): adoption-agency-1.3 -(1,91): adoption-agency-1.3 -(1,91): adoption-agency-1.3 -(1,91): adoption-agency-1.3 -(1,91): adoption-agency-1.3 -(1,91): adoption-agency-1.3 -(1,91): adoption-agency-1.3 -(1,91): adoption-agency-1.3 -(1,91): expected-closing-tag-but-got-eof -#document -| <html> -| <head> -| <body> -| <a> -| <b> -| <b> -| <div> -| id="1" -| <a> -| <div> -| id="2" -| <a> -| <div> -| id="3" -| <a> -| <div> -| id="4" -| <a> -| <div> -| id="5" -| <a> -| <div> -| id="6" -| <a> -| <div> -| id="7" -| <a> -| <div> -| id="8" -| <a> -| "A" - -#data -<a><b><div id=1><div id=2><div id=3><div id=4><div id=5><div id=6><div id=7><div id=8><div id=9>A</a> -#errors -(1,3): expected-doctype-but-got-start-tag -(1,101): adoption-agency-1.3 -(1,101): adoption-agency-1.3 -(1,101): adoption-agency-1.3 -(1,101): adoption-agency-1.3 -(1,101): adoption-agency-1.3 -(1,101): adoption-agency-1.3 -(1,101): adoption-agency-1.3 -(1,101): adoption-agency-1.3 -(1,101): expected-closing-tag-but-got-eof -#document -| <html> -| <head> -| <body> -| <a> -| <b> -| <b> -| <div> -| id="1" -| <a> -| <div> -| id="2" -| <a> -| <div> -| id="3" -| <a> -| <div> -| id="4" -| <a> -| <div> -| id="5" -| <a> -| <div> -| id="6" -| <a> -| <div> -| id="7" -| <a> -| <div> -| id="8" -| <a> -| <div> -| id="9" -| "A" - -#data -<a><b><div id=1><div id=2><div id=3><div id=4><div id=5><div id=6><div id=7><div id=8><div id=9><div id=10>A</a> -#errors -(1,3): expected-doctype-but-got-start-tag -(1,112): adoption-agency-1.3 -(1,112): adoption-agency-1.3 -(1,112): adoption-agency-1.3 -(1,112): adoption-agency-1.3 -(1,112): adoption-agency-1.3 -(1,112): adoption-agency-1.3 -(1,112): adoption-agency-1.3 -(1,112): adoption-agency-1.3 -(1,112): expected-closing-tag-but-got-eof -#document -| <html> -| <head> -| <body> -| <a> -| <b> -| <b> -| <div> -| id="1" -| <a> -| <div> -| id="2" -| <a> -| <div> -| id="3" -| <a> -| <div> -| id="4" -| <a> -| <div> -| id="5" -| <a> -| <div> -| id="6" -| <a> -| <div> -| id="7" -| <a> -| <div> -| id="8" -| <a> -| <div> -| id="9" -| <div> -| id="10" -| "A" - -#data -<cite><b><cite><i><cite><i><cite><i><div>X</b>TEST -#errors -(1,6): expected-doctype-but-got-start-tag -(1,46): adoption-agency-1.3 -(1,50): expected-closing-tag-but-got-eof -#document -| <html> -| <head> -| <body> -| <cite> -| <b> -| <cite> -| <i> -| <cite> -| <i> -| <cite> -| <i> -| <i> -| <i> -| <div> -| <b> -| "X" -| "TEST" |