Changes between Version 12 and Version 13 of Writing Layout Tests for DumpRenderTree
- Timestamp:
- Dec 2, 2009, 1:59:01 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Writing Layout Tests for DumpRenderTree
v12 v13 41 41 42 42 By default, DumpRenderTree dumps each test file immediately after the document has loaded and the load event handlers have executed. If your test needs to do further processing after loading -- for example, waiting for a timer to fire -- call `layoutTestController.waitUntilDone()` to tell DumpRenderTree to delay its dump, and then call `notifyDone` when your results are ready. 43 44 === `setCanOpenWindows()` === 45 46 If your layout test needs to open pop-up windows, call this method before it does. 43 47 44 48 == `window.eventSender` ==