Changes between Version 2 and Version 3 of WebKitGtkLayoutTests


Ignore:
Timestamp:
Jul 28, 2010 1:46:53 PM (14 years ago)
Author:
Martin Robinson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGtkLayoutTests

    v2 v3  
    3838    ./WebKitTools/Scripts/run-webkit-tests --gtk fast/forms/plaintext-mode-1.html
    3939}}}
     40
     41=== Pixel Tests ===
     42
    4043WebKitGTK+ supports running pixel tests, but they are not enabled by default. To run them simply pass the `-p` argument to `run-webkit-tests`:
    4144{{{
     
    4346    ./WebKitTools/Scripts/run-webkit-tests --gtk -p
    4447}}}
     48
     49=== Adding Baselines ===
    4550Sometimes you may need to generate new results for a test that relies on render tree output. This can be accomplished by passing the `--new-test-results` option. Note that new pixel results require the `-p` option as well:
    4651{{{
     
    4853    ./WebKitTools/Scripts/run-webkit-tests --gtk fast/forms/plaintext-mode-1.html --new-test-results
    4954}}}
     55
     56=== Running Tests in GDB ===
    5057For debugging a test it may be useful to run it directly in DumpRenderTree (with gdb):
    5158{{{