Changes between Version 1 and Version 2 of CreatingLayoutTests


Ignore:
Timestamp:
Aug 12, 2009 12:11:39 PM (15 years ago)
Author:
mike.fenton@torchmobile.com
Comment:

Re-Organization and update.

Legend:

Unmodified
Added
Removed
Modified
  • CreatingLayoutTests

    v1 v2  
    1414
    1515
    16 == Test with verifiable text results ==
     16== Design the Test ==
    1717
    1818=== Guidelines ===
     
    2020 * Keep the test as simple as possible and try to only test what you mean to test.
    2121
    22 === Create the Test ===
     22=== Test with verifiable text results ===
    2323
    2424 * Create the test as a simple HTML page that showcases the bug / new behavior.
    2525 * Test should be placed in the appropriate subdirectory under LayoutTests/  use exsiting tests as a guideline or ask on #webkit.
    2626
    27 === Generate Results ===
     27=== Test with pixel based results ===
     28
     29TODO:  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 ==
    2836
    2937 * Automatically generate results for your by running {{{run-webkit-tests --new-test-results}}}.
     
    3644   * Add the results set for the platform you are working on in the corresponding directory the test under the platform/type/ directory.
    3745
    38 === Verify Build ===
     46== Verify BuildBot Status / Update other platform results ==
    3947
    4048Regardless 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.
     
    5866
    5967
    60 
    61 == Pixel Tests ==
    62