Changes between Version 14 and Version 15 of Writing Layout Tests for DumpRenderTree


Ignore:
Timestamp:
Jun 28, 2010 9:49:26 AM (14 years ago)
Author:
tonyg@chromium.org
Comment:

Add example of running make-script-test-wrappers

Legend:

Unmodified
Added
Removed
Modified
  • Writing Layout Tests for DumpRenderTree

    v14 v15  
    2222 * Write a .js file and place it in a script-tests/ subdirectory
    2323 * Add a TEMPLATE.html file to the same script-tests/ subdirectory, fixing the paths to point to fast/js/resources/js-test*
    24  * run make-script-test-wrappers
     24 * run make-script-test-wrappers. An example:
     25{{{
     26$ make-script-test-wrappers LayoutTests/fast/dom/script-tests/my-new-test.js
     27}}}
    2528
    2629To see what sort of special js functions are exposed to js-only tests, see fast/js/resources/js-test-pre.js