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!
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to