Changes between Version 1 and Version 2 of CreatingLayoutTests
- Timestamp:
- Aug 12, 2009 12:11:39 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CreatingLayoutTests
v1 v2 14 14 15 15 16 == Test with verifiable text results==16 == Design the Test == 17 17 18 18 === Guidelines === … … 20 20 * Keep the test as simple as possible and try to only test what you mean to test. 21 21 22 === Create the Test===22 === Test with verifiable text results === 23 23 24 24 * Create the test as a simple HTML page that showcases the bug / new behavior. 25 25 * Test should be placed in the appropriate subdirectory under LayoutTests/ use exsiting tests as a guideline or ask on #webkit. 26 26 27 === Generate Results === 27 === Test with pixel based results === 28 29 TODO: Fill me in. 30 31 == Verify the behavior in the browser == 32 33 * Use run-launcher to verify the test provides the desired behavior. 34 35 == Generate Results for the Test == 28 36 29 37 * Automatically generate results for your by running {{{run-webkit-tests --new-test-results}}}. … … 36 44 * Add the results set for the platform you are working on in the corresponding directory the test under the platform/type/ directory. 37 45 38 == = Verify Build ===46 == Verify BuildBot Status / Update other platform results == 39 47 40 48 Regardless of whether you are making a platform independent change or dependent change, it is your responsibility to ensure that the change does not negatively affect any other ports / platforms. … … 58 66 59 67 60 61 == Pixel Tests ==62