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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/test/SelectPopupOtherContentViewTest.java

Issue 12045002: Delete zoomed_viewport_offset_ and its users. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add imports for DisabledTest and rebase to 179449 Created 7 years, 11 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 | « cc/pinch_zoom_viewport.cc ('k') | content/browser/android/content_startup_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/test/SelectPopupOtherContentViewTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/test/SelectPopupOtherContentViewTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/test/SelectPopupOtherContentViewTest.java
index c721bff0544bc9f30848ac38435b16f6c748e6a4..52f58167aa95e44b3d2e8f1dd7be8c0a77b766f1 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/test/SelectPopupOtherContentViewTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/test/SelectPopupOtherContentViewTest.java
@@ -6,6 +6,7 @@ package org.chromium.content.browser;
import android.test.suitebuilder.annotation.LargeTest;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.content.browser.ContentView;
import org.chromium.content.browser.SelectPopupDialog;
@@ -49,9 +50,12 @@ public class SelectPopupOtherContentViewTest extends ChromiumTestShellTestBase {
/**
* Tests that the showing select popup does not get closed because an unrelated ContentView
* gets destroyed.
+ *
+ * @LargeTest
+ * @Feature({"Browser"})
+ * BUG 172967
*/
- @LargeTest
- @Feature({"Browser"})
+ @DisabledTest
public void testPopupNotClosedByOtherContentView()
throws InterruptedException, Exception, Throwable {
// Load the test page.
« no previous file with comments | « cc/pinch_zoom_viewport.cc ('k') | content/browser/android/content_startup_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698