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

Unified Diff: chrome/browser/ui/browser_browsertest.cc

Issue 2442573003: Mac: Don't allow RenderWidgetHostViewCocoa to participate in autolayout. (Closed)
Patch Set: Ensure the fix is independent from the constraints violation (remove upstream) Created 4 years, 2 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 | content/browser/web_contents/web_contents_view_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_browsertest.cc
diff --git a/chrome/browser/ui/browser_browsertest.cc b/chrome/browser/ui/browser_browsertest.cc
index dde263594f6b12c97b14003b9be6d66721bef9e2..192b309fef6d77c5043831c21e85e86573e147dc 100644
--- a/chrome/browser/ui/browser_browsertest.cc
+++ b/chrome/browser/ui/browser_browsertest.cc
@@ -2561,13 +2561,7 @@ IN_PROC_BROWSER_TEST_F(ClickModifierTest, DISABLED_HrefShiftMiddleClickTest) {
RunTest(browser(), GetHrefURL(), modifiers, button, disposition);
}
-// TODO(crbug.com/655112): Fails on Mac 10.11 Tests.
-#if defined(OS_MACOSX)
-#define MAYBE_GetSizeForNewRenderView DISABLED_GetSizeForNewRenderView
-#else
-#define MAYBE_GetSizeForNewRenderView GetSizeForNewRenderView
-#endif
-IN_PROC_BROWSER_TEST_F(BrowserTest, MAYBE_GetSizeForNewRenderView) {
+IN_PROC_BROWSER_TEST_F(BrowserTest, GetSizeForNewRenderView) {
// The instant extended NTP has javascript that does not work with
// ui_test_utils::NavigateToURL. The NTP rvh reloads when the browser tries
// to navigate away from the page, which causes the WebContents to end up in
« no previous file with comments | « no previous file | content/browser/web_contents/web_contents_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698