Changes between Version 8 and Version 9 of Writing Layout Tests for DumpRenderTree
- Timestamp:
- Mar 22, 2007, 5:32:37 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Layout Tests for DumpRenderTree
v8 v9 52 52 Sends a mouseUp event to the WebView at the current mouse position. 53 53 54 === `mouseClick()` ===55 56 Call `mouseClick` only if you need to simulate a click in a platform widget. Otherwise, use `mouseDown` and `mouseUp`.57 58 54 == `window.GCController` == 59 55