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

Unified Diff: chrome/browser/apps/web_view_browsertest.cc

Issue 140073002: <webview>: navigating to WebStore should fire a loadabort instead of crashing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with ToT Created 6 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 | « no previous file | chrome/test/data/extensions/platform_apps/web_view/shim/inject_comm_channel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/web_view_browsertest.cc
diff --git a/chrome/browser/apps/web_view_browsertest.cc b/chrome/browser/apps/web_view_browsertest.cc
index 3a9fe360d24822cb83739d1bb9b5a35c5901e9c1..612aa00b22e272d1af2de77b2286dd10970adf0f 100644
--- a/chrome/browser/apps/web_view_browsertest.cc
+++ b/chrome/browser/apps/web_view_browsertest.cc
@@ -1863,6 +1863,10 @@ class WebViewCaptureTest : public WebViewTest,
}
};
+IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestNavigateToWebStore) {
+ TestHelper("testNavigateToWebStore", "web_view/shim", NO_TEST_SERVER);
+}
+
// <webview> screenshot capture fails with ubercomp.
// See http://crbug.com/327035.
IN_PROC_BROWSER_TEST_P(WebViewCaptureTest,
« no previous file with comments | « no previous file | chrome/test/data/extensions/platform_apps/web_view/shim/inject_comm_channel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698