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

Unified Diff: chrome/browser/extensions/window_open_apitest.cc

Issue 7497024: Add a test for the workaround for bug 89967. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | « no previous file | chrome/test/data/extensions/api_test/window_open/opener/check-opener.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/window_open_apitest.cc
diff --git a/chrome/browser/extensions/window_open_apitest.cc b/chrome/browser/extensions/window_open_apitest.cc
index 44fbfc17806a30f2af98ea06b5d6bfe6188e3e73..58c0346d8845f9cb08449a4d4f949e99dbda61c2 100644
--- a/chrome/browser/extensions/window_open_apitest.cc
+++ b/chrome/browser/extensions/window_open_apitest.cc
@@ -171,3 +171,7 @@ class WindowOpenPanelTest : public ExtensionApiTest {
IN_PROC_BROWSER_TEST_F(WindowOpenPanelTest, WindowOpenPanel) {
ASSERT_TRUE(RunExtensionTest("window_open/panel")) << message_;
}
+
+IN_PROC_BROWSER_TEST_F(ExtensionApiTest, WindowOpener) {
+ ASSERT_TRUE(RunExtensionTest("window_open/opener")) << message_;
+}
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/window_open/opener/check-opener.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698