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

Unified Diff: ios/testing/data/http_server_files/window_open.html

Issue 2672893003: EG test for sessionStorage sharing. (Closed)
Patch Set: Self review Created 3 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
Index: ios/testing/data/http_server_files/window_open.html
diff --git a/ios/testing/data/http_server_files/window_open.html b/ios/testing/data/http_server_files/window_open.html
index 3a1caa78abc40526fd3fb6a3847e09e73d05212a..e8b260527c2181c28293941421ee0f8e532082f4 100644
--- a/ios/testing/data/http_server_files/window_open.html
+++ b/ios/testing/data/http_server_files/window_open.html
@@ -181,6 +181,18 @@ found in the LICENSE file. -->
<td>Open a window with target=_blank that immediately closes itself<br></td>
</tr>
+ <tr id="_webScenarioWindowOpenSamePageWithBlankTarget">
+ <td>
+ <a href="#"
+ target="_blank"
+ name="webScenarioWindowOpenSamePageWithBlankTarget"
+ id="webScenarioWindowOpenSamePageWithBlankTarget">
+ webScenarioWindowOpenSamePageWithBlankTarget
+ </a>
+ </td>
+ <td>Open same window with target=_blank<br></td>
+ </tr>
+
<tr id="_webScenarioWindowOpenWithDelayedClose">
<td>
<a href="window_close.html#2"

Powered by Google App Engine
This is Rietveld 408576698