tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

html5_tree_construction_exceptions.js (476B)


      1 /*
      2 * These are the tests we don't pass. The test data comes from the .dat
      3 * files under html5lib_tree_construction/. Please see
      4 * html5lib_tree_construction/html5lib_license.txt for the license for these
      5 * tests.
      6 */
      7 var html5Exceptions = {
      8  "<select><keygen>": true, // Bug 101019
      9  "<p><table></p>": true, // parser_web_testrunner.js uses srcdoc which forces quirks mode
     10  "<p><table></table>": true, // parser_web_testrunner.js uses srcdoc which forces quirks mode
     11 };