1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/parser/htmlparser/tests/mochitest/html5_tree_construction_exceptions.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +/* 1.5 + * These are the tests we don't pass. The test data comes from the .dat 1.6 + * files under html5lib_tree_construction/. Please see 1.7 + * html5lib_tree_construction/html5lib_license.txt for the license for these 1.8 + * tests. 1.9 + */ 1.10 +var html5Exceptions = { 1.11 + "<!doctype html><keygen><frameset>" : true, // Bug 101019 1.12 + "<select><keygen>" : true, // Bug 101019 1.13 + "<!DOCTYPE html><body><keygen>A" : true, // Bug 101019 1.14 +}