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

Unified Diff: content/browser/renderer_host/render_widget_host_view_base_unittest.cc

Issue 1186843002: Change root bounds in RenderWidgetHostViewAuraTest.ParentMovementUpdatesScreenRect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
Index: content/browser/renderer_host/render_widget_host_view_base_unittest.cc
diff --git a/content/browser/renderer_host/render_widget_host_view_base_unittest.cc b/content/browser/renderer_host/render_widget_host_view_base_unittest.cc
index 4d9314a7abda068ac93a13b7acb4dc508fc92dc4..8277d1f6f00d5fd97856303e3c8ce574e31b3276 100644
--- a/content/browser/renderer_host/render_widget_host_view_base_unittest.cc
+++ b/content/browser/renderer_host/render_widget_host_view_base_unittest.cc
@@ -81,8 +81,7 @@ TEST(RenderWidgetHostViewBaseTest, OrientationTypeForMobile) {
}
}
-// Fails on memory bots on all platforms. http://crbug.com/499914
-TEST(RenderWidgetHostViewBaseTest, DISABLED_OrientationTypeForDesktop) {
+TEST(RenderWidgetHostViewBaseTest, OrientationTypeForDesktop) {
// On Desktop, the primary orientation is the first computed one so a test
// similar to OrientationTypeForMobile is not possible.
// Instead this test will only check one configuration and verify that the

Powered by Google App Engine
This is Rietveld 408576698