diff -r 000000000000 -r 6474c204b198 parser/htmlparser/tests/mochitest/html5_tree_construction_exceptions.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/parser/htmlparser/tests/mochitest/html5_tree_construction_exceptions.js Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,11 @@ +/* + * These are the tests we don't pass. The test data comes from the .dat + * files under html5lib_tree_construction/. Please see + * html5lib_tree_construction/html5lib_license.txt for the license for these + * tests. + */ +var html5Exceptions = { + "" : true, // Bug 101019 + "" : true, // Bug 101019 + "A" : true, // Bug 101019 +}