Changes between Version 11 and Version 12 of Writing Layout Tests for DumpRenderTree
- Timestamp:
- Oct 21, 2009, 1:28:46 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Layout Tests for DumpRenderTree
v11 v12 20 20 = Writing JavaScript-based DOM-only Test Cases = 21 21 Test 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/ subdirectory23 * 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* 24 24 * run make-script-test-wrappers 25 25