| Index: ios/chrome/browser/web/browsing_egtest.mm
|
| diff --git a/ios/chrome/browser/web/browsing_egtest.mm b/ios/chrome/browser/web/browsing_egtest.mm
|
| index bb7d3087a9217acbe1e0de281782589bc7afa6ea..24657f1b4dde8179fa29afda119600949a51ef04 100644
|
| --- a/ios/chrome/browser/web/browsing_egtest.mm
|
| +++ b/ios/chrome/browser/web/browsing_egtest.mm
|
| @@ -279,7 +279,9 @@ id<GREYMatcher> GoButtonMatcher() {
|
| // Tests that clicking a link with URL changed by onclick uses the href of the
|
| // anchor tag instead of the one specified in JavaScript. Also verifies a new
|
| // tab is opened by target '_blank'.
|
| -- (void)testBrowsingPreventDefaultWithLinkOpenedByJavascript {
|
| +// TODO(crbug.com/688223): WKWebView does not open a new window as expected by
|
| +// this test.
|
| +- (void)DISABLED_testBrowsingPreventDefaultWithLinkOpenedByJavascript {
|
| // Create map of canned responses and set up the test HTML server.
|
| std::map<GURL, std::string> responses;
|
| const GURL URL = web::test::HttpServer::MakeUrl(
|
|
|