Skip to content
Snippets Groups Projects
Commit c4b9f621 authored by paul@chromium.org's avatar paul@chromium.org
Browse files

Disable two ui_tests on linux after a WebKit merge.

BUG=22696
TEST=Covered by ui_tests.
Review URL: http://codereview.chromium.org/211053

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26868 0039d316-1c4b-4281-b951-d872f2087c98
parent 47ff5cbb
No related merge requests found
......@@ -239,6 +239,7 @@ TEST_F(UnloadTest, BrowserCloseUnload) {
// Tests closing the browser with a beforeunload handler and clicking
// OK in the beforeunload confirm dialog.
#if !defined(OS_LINUX)
TEST_F(UnloadTest, BrowserCloseBeforeUnloadOK) {
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
NavigateToDataURL(BEFORE_UNLOAD_HTML, L"beforeunload");
......@@ -265,6 +266,7 @@ TEST_F(UnloadTest, BrowserCloseBeforeUnloadCancel) {
WaitForBrowserClosed();
EXPECT_FALSE(IsBrowserRunning());
}
#endif // !defined(OS_LINUX)
// Tests closing the browser with a beforeunload handler that takes
// two seconds to run.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment