Commit 1ca5ef52 authored by jam@chromium.org's avatar jam@chromium.org
parent eaece547
...@@ -828,7 +828,8 @@ void WaitForFullScreenTransition() { ...@@ -828,7 +828,8 @@ void WaitForFullScreenTransition() {
observer.Wait(); observer.Wait();
} }
TEST_F(BrowserWindowFullScreenControllerTest, TestFullscreen) { // http://crbug.com/53586
TEST_F(BrowserWindowFullScreenControllerTest, DISABLED_TestFullscreen) {
[controller_ showWindow:nil]; [controller_ showWindow:nil];
EXPECT_FALSE([controller_ isFullscreen]); EXPECT_FALSE([controller_ isFullscreen]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment