fune/parser/htmlparser/tests/mochitest/html5_tree_construction_exceptions.js
Jonathan Kingston a5ba216f93 Bug 1315460 - Removal of keygen element r=keeler,baku,jld,hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D22810

--HG--
extra : moz-landing-system : lando
2019-06-13 08:58:07 +00:00

11 lines
476 B
JavaScript

/*
* 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
};