From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../html5lib_tree_construction/tests23.dat | 168 +++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests23.dat (limited to 'parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests23.dat') diff --git a/parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests23.dat b/parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests23.dat new file mode 100644 index 0000000000..49e4a4ace5 --- /dev/null +++ b/parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests23.dat @@ -0,0 +1,168 @@ +#data +

X +#errors +(1,3): expected-doctype-but-got-start-tag +(1,116): unexpected-end-tag +(1,117): expected-closing-tag-but-got-eof +#document +| +| +| +|

+| +| size="4" +| +| color="red" +| +| size="4" +| +| size="4" +| +| size="4" +| +| size="4" +| +| size="4" +| +| color="red" +|

+| +| color="red" +| +| size="4" +| +| size="4" +| +| size="4" +| +| color="red" +| "X" + +#data +

X +#errors +(1,3): expected-doctype-but-got-start-tag +(1,58): unexpected-end-tag +(1,59): expected-closing-tag-but-got-eof +#document +| +| +| +|

+| +| size="4" +| +| size="4" +| +| size="4" +| +| size="4" +|

+| +| size="4" +| +| size="4" +| +| size="4" +| "X" + +#data +

X +#errors +(1,3): expected-doctype-but-got-start-tag +(1,73): unexpected-end-tag +(1,74): expected-closing-tag-but-got-eof +#document +| +| +| +|

+| +| size="4" +| +| size="4" +| +| size="4" +| +| size="5" +| +| size="4" +|

+| +| size="4" +| +| size="4" +| +| size="5" +| +| size="4" +| "X" + +#data +

X +#errors +(1,3): expected-doctype-but-got-start-tag +(1,68): unexpected-end-tag +(1,69): expected-closing-tag-but-got-eof +#document +| +| +| +|

+| +| id="a" +| size="4" +| +| id="b" +| size="4" +| +| size="4" +| +| size="4" +|

+| +| id="a" +| size="4" +| +| id="b" +| size="4" +| +| size="4" +| +| size="4" +| "X" + +#data +

X

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 +| +| +| +|

+| +| id="a" +| +| id="a" +| +| id="a" +| +| +| +| id="a" +| +| id="a" +| "X" +|

+| +| id="a" +| +| id="a" +| +| id="a" +| +| "Y" -- cgit v1.2.3