Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6296)

Unified Diff: content/test/data/infinite_beforeunload.html

Issue 9691009: Revert 126199 - Fixing a problem, where a hung renderer process is not killed when navigating away (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/data/english_page.html ('k') | content/test/data/infinite_unload.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/infinite_beforeunload.html
===================================================================
--- content/test/data/infinite_beforeunload.html (revision 126229)
+++ content/test/data/infinite_beforeunload.html (working copy)
@@ -1,14 +0,0 @@
-<html>
-<head>
- <title>Infinite beforeunload</title>
-</head>
-
-<body>
-<script>
- window.onbeforeunload = function(e) {
- while(true){}
- }
-</script>
-</body>
-
-</html>
« no previous file with comments | « content/test/data/english_page.html ('k') | content/test/data/infinite_unload.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698