Changes between Version 16 and Version 17 of Writing Layout Tests for DumpRenderTree
- Timestamp:
- Jul 30, 2010, 6:34:53 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Layout Tests for DumpRenderTree
v16 v17 48 48 49 49 If your layout test needs to open pop-up windows, call this method before it does. 50 51 === `clearBackForwardList()` === 52 53 Clears the back/forward list (i.e. history). 50 54 51 55 == `window.eventSender` ==