Home | History | Annotate | Download | only in browser

Lines Matching full:beforeunload

46     "<html><head><title>beforeunload</title></head><body>"
220 // Navigate to a page with an infinite beforeunload handler.
235 // Navigate to a page with an infinite beforeunload handler.
260 // Tests closing the browser with a beforeunload handler and clicking
261 // OK in the beforeunload confirm dialog.
263 NavigateToDataURL(BEFORE_UNLOAD_HTML, "beforeunload");
273 // Tests closing the browser with a beforeunload handler and clicking
274 // CANCEL in the beforeunload confirm dialog.
277 NavigateToDataURL(BEFORE_UNLOAD_HTML, "beforeunload");
282 // won't put up the beforeunload dialog because it's waiting for an ack from
298 // Tests terminating the browser with a beforeunload handler.
302 NavigateToDataURL(BEFORE_UNLOAD_HTML, "beforeunload");
307 // Tests closing the browser and clicking OK in the beforeunload confirm dialog
321 // Tests closing the browser with a beforeunload handler that takes
338 // Tests closing the browser with a beforeunload handler that hangs.
359 // Tests closing the browser with a beforeunload handler that hangs then
378 // Tests closing the browser with a beforeunload handler that takes
629 NavigateToDataURL(BEFORE_UNLOAD_HTML, "beforeunload");
641 // TODO(ojan): Add tests for unload/beforeunload that have multiple tabs