Changes between Version 14 and Version 15 of Writing Layout Tests for DumpRenderTree
- Timestamp:
- Jun 28, 2010, 9:49:26 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Layout Tests for DumpRenderTree
v14 v15 22 22 * Write a .js file and place it in a script-tests/ subdirectory 23 23 * 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 }}} 25 28 26 29 To see what sort of special js functions are exposed to js-only tests, see fast/js/resources/js-test-pre.js