Changes between Version 11 and Version 12 of Writing Layout Tests for DumpRenderTree

Show
Ignore:
Timestamp:
10/21/09 13:28:46 (4 weeks ago)
Author:
jorlow@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Layout Tests for DumpRenderTree

    v11 v12  
    2020= Writing JavaScript-based DOM-only Test Cases = 
    2121Test cases which only test the DOM can be written as .js files instead of .html files 
    22  * Write a .js file and place it in a resources/ subdirectory 
    23  * Add a TEMPLATE.html file to the same resources/ subdirectory, fixing the paths to point to fast/js/resources/js-test* 
     22 * Write a .js file and place it in a script-tests/ subdirectory 
     23 * Add a TEMPLATE.html file to the same script-tests/ subdirectory, fixing the paths to point to fast/js/resources/js-test* 
    2424 * run make-script-test-wrappers 
    2525