From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../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 0000000000..fed7e353e2 --- /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, // parser_web_testrunner.js uses srcdoc which forces quirks mode + "

": true, // parser_web_testrunner.js uses srcdoc which forces quirks mode +}; -- cgit v1.2.3