Chromium Code Reviews| 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 edd13b8c14f47924b619129367b2377ad0d22bb0..3cd160844d67efec784f5cc2832cf9081cb395e4 100644 |
| --- a/chrome/browser/extensions/window_open_apitest.cc |
| +++ b/chrome/browser/extensions/window_open_apitest.cc |
| @@ -100,6 +100,10 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTest, WindowOpenFocus) { |
| } |
| #endif |
| +IN_PROC_BROWSER_TEST_F(ExtensionApiTest, WindowArgumentsOverflow) { |
| + ASSERT_TRUE(RunExtensionTest("window_open/argument_overflow")) << message_; |
|
asargent_no_longer_on_chrome
2011/05/19 18:36:48
nit: is this test at all related to the other test
Ben Olmstead
2011/05/19 20:34:18
It's debatable. The bug explicitly calls out wind
|
| +} |
| + |
| class WindowOpenPanelTest : public ExtensionApiTest { |
| virtual void SetUpCommandLine(CommandLine* command_line) { |
| ExtensionApiTest::SetUpCommandLine(command_line); |