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

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

Issue 2759613003: Use SameDocument instead of SamePage term on iOS. (Closed)
Patch Set: Actually fixed tests Created 3 years, 9 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 e8b260527c2181c28293941421ee0f8e532082f4..e347c856f93c16e0906219dbc3a1b665cc3cf9bc 100644
--- a/ios/testing/data/http_server_files/window_open.html
+++ b/ios/testing/data/http_server_files/window_open.html
@@ -181,13 +181,13 @@ found in the LICENSE file. -->
<td>Open a window with target=_blank that immediately closes itself<br></td>
</tr>
- <tr id="_webScenarioWindowOpenSamePageWithBlankTarget">
+ <tr id="_webScenarioWindowOpenSameURLWithBlankTarget">
<td>
<a href="#"
target="_blank"
- name="webScenarioWindowOpenSamePageWithBlankTarget"
- id="webScenarioWindowOpenSamePageWithBlankTarget">
- webScenarioWindowOpenSamePageWithBlankTarget
+ name="webScenarioWindowOpenSameURLWithBlankTarget"
+ id="webScenarioWindowOpenSameURLWithBlankTarget">
+ webScenarioWindowOpenSameURLWithBlankTarget
</a>
</td>
<td>Open same window with target=_blank<br></td>
« no previous file with comments | « ios/chrome/browser/web/window_open_by_dom_egtest.mm ('k') | ios/web/public/test/fakes/crw_test_web_state_observer.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698