Changes between Version 4 and Version 5 of Writing Layout Tests for DumpRenderTree


Ignore:
Timestamp:
Nov 19, 2006 12:13:37 PM (17 years ago)
Author:
mitz@webkit.org
Comment:

Added GCController

Legend:

Unmodified
Added
Removed
Modified
  • Writing Layout Tests for DumpRenderTree

    v4 v5  
    5656Call `mouseClick` only if you need to simulate a click in a platform widget. Otherwise, use `mouseDown` and `mouseUp`.
    5757
     58== `window.GCController` ==
     59
     60=== `collect()` ===
     61
     62Performs JavaScript garbage collection.
     63
     64=== `collectOnAlternateThread(wait)` ===
     65
     66Performs JavaScript garbage collection on an alternate thread. The `wait` argument specifies whether script execution waits for garbage collection to finish.
     67
    5868== `window.textInputController` ==
    5969