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

Unified Diff: chrome/browser/ui/webui/webui_webview_browsertest.cc

Issue 2508893002: Disable WebUIWebViewBrowserTest.ContentScriptIsInjectedAfterTerminateAndReloadWebView. (Closed)
Patch Set: Created 4 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/webui_webview_browsertest.cc
diff --git a/chrome/browser/ui/webui/webui_webview_browsertest.cc b/chrome/browser/ui/webui/webui_webview_browsertest.cc
index 12738dcfbb48fceb4221ea44140cd42261085a1f..5c5290122302c294fc1c1cac48c6086bc0129f2d 100644
--- a/chrome/browser/ui/webui/webui_webview_browsertest.cc
+++ b/chrome/browser/ui/webui/webui_webview_browsertest.cc
@@ -213,8 +213,10 @@ IN_PROC_BROWSER_TEST_F(WebUIWebViewBrowserTest,
new base::StringValue(GetTestUrl("guest_from_opener.html").spec())));
}
-IN_PROC_BROWSER_TEST_F(WebUIWebViewBrowserTest,
- ContentScriptIsInjectedAfterTerminateAndReloadWebView) {
+// https://crbug.com/665512.
+IN_PROC_BROWSER_TEST_F(
+ WebUIWebViewBrowserTest,
+ DISABLED_ContentScriptIsInjectedAfterTerminateAndReloadWebView) {
ui_test_utils::NavigateToURL(browser(), GetWebViewEnabledWebUIURL());
ASSERT_TRUE(WebUIBrowserTest::RunJavascriptAsyncTest(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698