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

Unified Diff: chrome/test/data/fast_tab_close/no_listeners.html

Issue 11016023: Quickly close tabs/window with long-running unload handlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Properly cleanup registrar Created 7 years, 6 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
Index: chrome/test/data/fast_tab_close/no_listeners.html
diff --git a/chrome/test/data/translate/pseudo_element_main.js b/chrome/test/data/fast_tab_close/no_listeners.html
similarity index 64%
copy from chrome/test/data/translate/pseudo_element_main.js
copy to chrome/test/data/fast_tab_close/no_listeners.html
index ba71c6115aa67482b0f6e9c39bddeb72b35e2f34..8a61cb402c52fed22b7e19922385ce36fb6828c0 100644
--- a/chrome/test/data/translate/pseudo_element_main.js
+++ b/chrome/test/data/fast_tab_close/no_listeners.html
@@ -1,6 +1,11 @@
+<!--
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-
-div_log('The second script pseudo_element_main.js is loaded');
-document.title = 'PASS';
+-->
+<html>
+<head>
+ <title>no_listeners</title>
+</head>
+<body></body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698