Changes between Version 4 and Version 5 of Writing Layout Tests for DumpRenderTree
- Timestamp:
- Nov 19, 2006, 12:13:37 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Layout Tests for DumpRenderTree
v4 v5 56 56 Call `mouseClick` only if you need to simulate a click in a platform widget. Otherwise, use `mouseDown` and `mouseUp`. 57 57 58 == `window.GCController` == 59 60 === `collect()` === 61 62 Performs JavaScript garbage collection. 63 64 === `collectOnAlternateThread(wait)` === 65 66 Performs JavaScript garbage collection on an alternate thread. The `wait` argument specifies whether script execution waits for garbage collection to finish. 67 58 68 == `window.textInputController` == 59 69