1 These are tests from the html5lib project.
3 *.dat files should be kept synced from:
4 https://code.google.com/p/html5lib/source/browse/#hg%2Ftestdata%2Ftree-construction
7 ./generate-test-wrappers
9 is used to generate .html file wrappers for the .dat files.
11 We generate both -write.html and -data.html wrappers for each .dat file.
13 "write" tests use document.write
14 "data" tests use data: urls, and enable the threaded parser if available.