[webkit-dev] Reminder of script-tests directories

Shinichiro Hamaji hamaji at chromium.org
Tue Sep 22 21:00:54 PDT 2009


Hi,

I've finished most of migration from resources directories to
script-tests directories. So, please don't put your js-only tests in
resources directories after this. The steps to add a new js-only tests
(foobar.js) should be like follows:

1. Put foobar.js into your script-tests directory.
2. Run WebKitTools/Script/make-script-test-wrappers to generate foobar.html .
3. Generate expected results and add these files.

If your test need a custom HTML, you can use resources directories to
put javascripts required by such custom tests.

Thanks!


More information about the webkit-dev mailing list