diff -r 000000000000 -r 6474c204b198 parser/htmlparser/tests/mochitest/html5lib_tree_construction/main-element.dat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/parser/htmlparser/tests/mochitest/html5lib_tree_construction/main-element.dat Wed Dec 31 06:09:35 2014 +0100 @@ -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" +| +| +| +| +| +|