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

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

Issue 2914193003: Automated test case for crbug.com/687863. (Closed)
Patch Set: Created 3 years, 7 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 c604f38fdcdeb5ccc0fe5cdf5754c4098fd2f29c..77ccf86255542f45cb049ec1dedf7b32ffe42c7e 100644
--- a/ios/testing/data/http_server_files/window_open.html
+++ b/ios/testing/data/http_server_files/window_open.html
@@ -128,6 +128,18 @@ found in the LICENSE file. -->
<td>about:blank opened in a new window, with an href and a preventDefault<br></td>
</tr>
+ <tr id="_webScenarioWindowOpenWithAboutNewTabScript">
+ <td>
+ <a href="data:text/html,<script>window.location='about:newtab';</script>"
+ target="_blank"
+ name="webScenarioWindowOpenWithAboutNewTabScript"
+ id="webScenarioWindowOpenWithAboutNewTabScript">
+ webScenarioWindowOpenWithAboutNewTabScript
+ </a>
+ </td>
+ <td>about:blank opened in a new window, using "window.location='about:newtab" script<br></td>
+ </tr>
+
<tr id="_webScenarioWindowOpenAndSetLocation">
<td>
<script>

Powered by Google App Engine
This is Rietveld 408576698