diff -r 000000000000 -r 6474c204b198 parser/htmlparser/tests/mochitest/html5lib_tree_construction/comments01.dat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/parser/htmlparser/tests/mochitest/html5lib_tree_construction/comments01.dat Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,178 @@ +#data +FOOBAZ +#errors +(1,3): expected-doctype-but-got-chars +#document +| +| +| +| "FOO" +| +| "BAZ" + +#data +FOOBAZ +#errors +(1,3): expected-doctype-but-got-chars +(1,15): unexpected-bang-after-double-dash-in-comment +#document +| +| +| +| "FOO" +| +| "BAZ" + +#data +FOO + +#data +FOOBAZ +#errors +(1,3): expected-doctype-but-got-chars +(1,15): unexpected-char-in-comment +(1,24): unexpected-char-in-comment +#document +| +| +| +| "FOO" +| +| "BAZ" + +#data +FOOBAZ +#errors +(1,3): expected-doctype-but-got-chars +(1,15): unexpected-char-in-comment +(1,24): unexpected-char-in-comment +(1,31): unexpected-bang-after-double-dash-in-comment +#document +| +| +| +| "FOO" +| +| "BAZ" + +#data +FOO + +#data +FOOBAZ +#errors +(1,3): expected-doctype-but-got-chars +#document +| +| +| +| "FOO" +| +| "BAZ" + +#data +FOOBAZ +#errors +(1,3): expected-doctype-but-got-chars +(1,9): incorrect-comment +#document +| +| +| +| "FOO" +| +| "BAZ" + +#data +FOOBAZ +#errors +(1,3): expected-doctype-but-got-chars +(1,8): incorrect-comment +#document +| +| +| +| "FOO" +| +| "BAZ" + +#data +Hi +#errors +(1,1): expected-tag-name-but-got-question-mark +(1,22): expected-doctype-but-got-chars +#document +| +| +| +| +| "Hi" + +#data + +#errors +(1,1): expected-tag-name-but-got-question-mark +(1,20): expected-doctype-but-got-eof +#document +| +| +| +| + +#data + +| +| +| + +#data +FOOBAZ +#errors +(1,3): expected-doctype-but-got-chars +(1,10): unexpected-dash-after-double-dash-in-comment +#document +| +| +| +| "FOO" +| +| "BAZ" + +#data +Comment before head +#errors +(1,6): expected-doctype-but-got-start-tag +#document +| +| +| +| +| "Comment before head" +| <body>