diff options
Diffstat (limited to 'tests/html5lib-tests/tree-construction/tests23.dat')
-rw-r--r-- | tests/html5lib-tests/tree-construction/tests23.dat | 168 |
1 files changed, 0 insertions, 168 deletions
diff --git a/tests/html5lib-tests/tree-construction/tests23.dat b/tests/html5lib-tests/tree-construction/tests23.dat deleted file mode 100644 index 49e4a4a..0000000 --- a/tests/html5lib-tests/tree-construction/tests23.dat +++ /dev/null @@ -1,168 +0,0 @@ -#data -<p><font size=4><font color=red><font size=4><font size=4><font size=4><font size=4><font size=4><font color=red><p>X -#errors -(1,3): expected-doctype-but-got-start-tag -(1,116): unexpected-end-tag -(1,117): expected-closing-tag-but-got-eof -#document -| <html> -| <head> -| <body> -| <p> -| <font> -| size="4" -| <font> -| color="red" -| <font> -| size="4" -| <font> -| size="4" -| <font> -| size="4" -| <font> -| size="4" -| <font> -| size="4" -| <font> -| color="red" -| <p> -| <font> -| color="red" -| <font> -| size="4" -| <font> -| size="4" -| <font> -| size="4" -| <font> -| color="red" -| "X" - -#data -<p><font size=4><font size=4><font size=4><font size=4><p>X -#errors -(1,3): expected-doctype-but-got-start-tag -(1,58): unexpected-end-tag -(1,59): expected-closing-tag-but-got-eof -#document -| <html> -| <head> -| <body> -| <p> -| <font> -| size="4" -| <font> -| size="4" -| <font> -| size="4" -| <font> -| size="4" -| <p> -| <font> -| size="4" -| <font> -| size="4" -| <font> -| size="4" -| "X" - -#data -<p><font size=4><font size=4><font size=4><font size="5"><font size=4><p>X -#errors -(1,3): expected-doctype-but-got-start-tag -(1,73): unexpected-end-tag -(1,74): expected-closing-tag-but-got-eof -#document -| <html> -| <head> -| <body> -| <p> -| <font> -| size="4" -| <font> -| size="4" -| <font> -| size="4" -| <font> -| size="5" -| <font> -| size="4" -| <p> -| <font> -| size="4" -| <font> -| size="4" -| <font> -| size="5" -| <font> -| size="4" -| "X" - -#data -<p><font size=4 id=a><font size=4 id=b><font size=4><font size=4><p>X -#errors -(1,3): expected-doctype-but-got-start-tag -(1,68): unexpected-end-tag -(1,69): expected-closing-tag-but-got-eof -#document -| <html> -| <head> -| <body> -| <p> -| <font> -| id="a" -| size="4" -| <font> -| id="b" -| size="4" -| <font> -| size="4" -| <font> -| size="4" -| <p> -| <font> -| id="a" -| size="4" -| <font> -| id="b" -| size="4" -| <font> -| size="4" -| <font> -| size="4" -| "X" - -#data -<p><b id=a><b id=a><b id=a><b><object><b id=a><b id=a>X</object><p>Y -#errors -(1,3): expected-doctype-but-got-start-tag -(1,64): end-tag-too-early -(1,67): unexpected-end-tag -(1,68): expected-closing-tag-but-got-eof -#document -| <html> -| <head> -| <body> -| <p> -| <b> -| id="a" -| <b> -| id="a" -| <b> -| id="a" -| <b> -| <object> -| <b> -| id="a" -| <b> -| id="a" -| "X" -| <p> -| <b> -| id="a" -| <b> -| id="a" -| <b> -| id="a" -| <b> -| "Y" |