haikuwebkit/LayoutTests/html5lib
Robert Jenner 4511996c98 [LayoutTests] Delete unused LayoutTests/html5lib resources
https://bugs.webkit.org/show_bug.cgi?id=226833

Reviewed by Jonathan Bedard.

* html5lib/resources/isindex.dat: Removed.
* html5lib/resources/scripted/ark.dat: Removed.


Canonical link: https://commits.webkit.org/238755@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@278798 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-06-11 23:43:20 +00:00
..
generated Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
resources [LayoutTests] Delete unused LayoutTests/html5lib resources 2021-06-11 23:43:20 +00:00
README
generate-test-wrappers
webkit-resumer-expected.txt
webkit-resumer.html

README

These are tests from the html5lib project.

*.dat files should be kept synced from:
https://code.google.com/p/html5lib/source/browse/#hg%2Ftestdata%2Ftree-construction
to resources/*.dat

./generate-test-wrappers

is used to generate .html file wrappers for the .dat files.

We generate both -write.html and -data.html wrappers for each .dat file.

"write" tests use document.write
"data" tests use data: urls, and enable the threaded parser if available.