Home | History | Annotate | Download | only in browser

Lines Matching full:unload

22     "<html><head><title>unload</title></head><body>"
168 // Navigate to a page with an infinite unload handler.
184 // Navigate to a page with an infinite unload handler.
212 // Navigate to a page with an infinite unload handler.
214 // the short unload timeout (not the long input event timeout) is used.
228 // Now send an input event while we're stalled on the unload handler.
272 // Tests closing the browser on a page with no unload listeners registered.
277 // Tests closing the browser on a page with an unload listener registered.
280 LoadUrlAndQuitBrowser(UNLOAD_HTML, L"unload");
356 // Tests closing the browser on a page with an unload listener registered where
357 // the unload handler has an infinite loop.
382 // Tests closing the browser on a page with an unload listener registered where
383 // the unload handler has an infinite loop followed by an alert.
411 // Tests closing the browser on a page with an unload
412 // the unload handler has an 2 second long loop followed by an alert.
438 // unload handler, and the other doesn't, the tab that doesn't have an unload
470 // TODO(ojan): Add tests for unload/beforeunload that have multiple tabs