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

Unified Diff: chrome/test/data/extensions/api_test/webrequest/test_unload.html

Issue 2003593002: Add tests for webRequest events and frame unload (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: battre's nits Created 4 years, 7 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/extensions/api_test/webrequest/test_unload.html
diff --git a/chrome/test/data/extensions/api_test/browser_action/color/update4.html b/chrome/test/data/extensions/api_test/webrequest/test_unload.html
similarity index 65%
copy from chrome/test/data/extensions/api_test/browser_action/color/update4.html
copy to chrome/test/data/extensions/api_test/webrequest/test_unload.html
index 5ff3511c6c3e197bf2d35a2c5f197929dc3dc37b..0d56e94f073332d190a95e1f906c66a4de587916 100644
--- a/chrome/test/data/extensions/api_test/browser_action/color/update4.html
+++ b/chrome/test/data/extensions/api_test/webrequest/test_unload.html
@@ -3,5 +3,7 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
-->
-
-<script src="update4.js"></script>
+<body>
+<script src="framework.js"></script>
+<script src="test_unload.js"></script>
+</body>

Powered by Google App Engine
This is Rietveld 408576698