Changes between Version 8 and Version 9 of Writing Layout Tests for DumpRenderTree


Ignore:
Timestamp:
Mar 22, 2007 5:32:37 PM (17 years ago)
Author:
mitz@webkit.org
Comment:

Removed mouseClick() since it's been removed in r20407.

Legend:

Unmodified
Added
Removed
Modified
  • Writing Layout Tests for DumpRenderTree

    v8 v9  
    5252Sends a mouseUp event to the WebView at the current mouse position.
    5353
    54 === `mouseClick()` ===
    55 
    56 Call `mouseClick` only if you need to simulate a click in a platform widget. Otherwise, use `mouseDown` and `mouseUp`.
    57 
    5854== `window.GCController` ==
    5955