summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/tests/mochitest/html5_tree_construction_exceptions.js
blob: fed7e353e21205496977747f537776feb5b1ebf5 (plain)
1
2
3
4
5
6
7
8
9
10
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 = {
  "<select><keygen>": true, // Bug 101019
  "<p><table></p>": true, // parser_web_testrunner.js uses srcdoc which forces quirks mode
  "<p><table></table>": true, // parser_web_testrunner.js uses srcdoc which forces quirks mode
};