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

Unified Diff: ios/chrome/browser/web/window_open_by_dom_egtest.mm

Issue 2669303004: Removed externalRequest code from CRWWebController. (Closed)
Patch Set: Removed kWindowNameSeparator Created 3 years, 10 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 | « ios/chrome/browser/web/browsing_egtest.mm ('k') | ios/web/web_state/js/resources/core.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/window_open_by_dom_egtest.mm
diff --git a/ios/chrome/browser/web/window_open_by_dom_egtest.mm b/ios/chrome/browser/web/window_open_by_dom_egtest.mm
index 91dd4fa74071b3128343df6480a3a00568db3298..8e20f54e8512e4b8af40f1ffe463f1ed958f97b4 100644
--- a/ios/chrome/browser/web/window_open_by_dom_egtest.mm
+++ b/ios/chrome/browser/web/window_open_by_dom_egtest.mm
@@ -60,10 +60,9 @@ const char kTestURL[] =
AssertMainTabCount(1);
}
-// Tests that |sessionStorage| content is available for windows opened by DOM
-// via |target="_blank"| links.
-// TODO(crbug.com/681434): Enable this test.
-- (void)DISABLED_testLinkWithBlankTargetSessionStorage {
+// Tests that sessionStorage content is available for windows opened by DOM via
+// target="_blank" links.
+- (void)testLinkWithBlankTargetSessionStorage {
using chrome_test_util::ExecuteJavaScript;
NSError* error = nil;
« no previous file with comments | « ios/chrome/browser/web/browsing_egtest.mm ('k') | ios/web/web_state/js/resources/core.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698