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 --- .../tests/mochitest/html5_tree_construction_exceptions.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 parser/htmlparser/tests/mochitest/html5_tree_construction_exceptions.js (limited to 'parser/htmlparser/tests/mochitest/html5_tree_construction_exceptions.js') diff --git a/parser/htmlparser/tests/mochitest/html5_tree_construction_exceptions.js b/parser/htmlparser/tests/mochitest/html5_tree_construction_exceptions.js new file mode 100644 index 000000000..ce92a71ec --- /dev/null +++ b/parser/htmlparser/tests/mochitest/html5_tree_construction_exceptions.js @@ -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 +} -- cgit v1.2.3