From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../html5lib_tree_construction/main-element.dat | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 parser/htmlparser/tests/mochitest/html5lib_tree_construction/main-element.dat (limited to 'parser/htmlparser/tests/mochitest/html5lib_tree_construction/main-element.dat') diff --git a/parser/htmlparser/tests/mochitest/html5lib_tree_construction/main-element.dat b/parser/htmlparser/tests/mochitest/html5lib_tree_construction/main-element.dat new file mode 100644 index 000000000..0d2102ed3 --- /dev/null +++ b/parser/htmlparser/tests/mochitest/html5lib_tree_construction/main-element.dat @@ -0,0 +1,44 @@ +#data +

foo

bar

baz +#errors +(1,36): expected-closing-tag-but-got-eof +#document +| +| +| +| +|

+| "foo" +|

+| "bar" +|

+| "baz" + +#data +

foo

bar +#errors +#document +| +| +| +| +|
+|

+| "foo" +| "bar" + +#data +xxx
+#errors +#document +| +| +| +| +| "xxx" +| +| +| +| +| +| -- cgit v1.2.3