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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- Copyright 2016 The Chromium Authors. All rights reserved. 3 <!-- Copyright 2016 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. --> 5 found in the LICENSE file. -->
6 6
7 <html> 7 <html>
8 <head> 8 <head>
9 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 9 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
10 <title>Variations on a theme of window.open</title> 10 <title>Variations on a theme of window.open</title>
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 <a href="window_close.html" 174 <a href="window_close.html"
175 target="_blank" 175 target="_blank"
176 name="webScenarioWindowOpenBlankTargetWithImmediateClose" 176 name="webScenarioWindowOpenBlankTargetWithImmediateClose"
177 id="webScenarioWindowOpenBlankTargetWithImmediateClose"> 177 id="webScenarioWindowOpenBlankTargetWithImmediateClose">
178 webScenarioWindowOpenBlankTargetWithImmediateClose 178 webScenarioWindowOpenBlankTargetWithImmediateClose
179 </a> 179 </a>
180 </td> 180 </td>
181 <td>Open a window with target=_blank that immediately closes itself<br></td> 181 <td>Open a window with target=_blank that immediately closes itself<br></td>
182 </tr> 182 </tr>
183 183
184 <tr id="_webScenarioWindowOpenSamePageWithBlankTarget"> 184 <tr id="_webScenarioWindowOpenSameURLWithBlankTarget">
185 <td> 185 <td>
186 <a href="#" 186 <a href="#"
187 target="_blank" 187 target="_blank"
188 name="webScenarioWindowOpenSamePageWithBlankTarget" 188 name="webScenarioWindowOpenSameURLWithBlankTarget"
189 id="webScenarioWindowOpenSamePageWithBlankTarget"> 189 id="webScenarioWindowOpenSameURLWithBlankTarget">
190 webScenarioWindowOpenSamePageWithBlankTarget 190 webScenarioWindowOpenSameURLWithBlankTarget
191 </a> 191 </a>
192 </td> 192 </td>
193 <td>Open same window with target=_blank<br></td> 193 <td>Open same window with target=_blank<br></td>
194 </tr> 194 </tr>
195 195
196 <tr id="_webScenarioWindowOpenWithDelayedClose"> 196 <tr id="_webScenarioWindowOpenWithDelayedClose">
197 <td> 197 <td>
198 <a href="window_close.html#2" 198 <a href="window_close.html#2"
199 target="_blank" 199 target="_blank"
200 name="webScenarioWindowOpenWithDelayedClose" 200 name="webScenarioWindowOpenWithDelayedClose"
(...skipping 11 matching lines...) Expand all
212 name="webScenarioWindowClose" 212 name="webScenarioWindowClose"
213 id="webScenarioWindowClose" 213 id="webScenarioWindowClose"
214 value="webScenarioWindowClose"> 214 value="webScenarioWindowClose">
215 </td> 215 </td>
216 <td>Trying to close the current window should fail.<br></td> 216 <td>Trying to close the current window should fail.<br></td>
217 </tr> 217 </tr>
218 218
219 </table> 219 </table>
220 </body> 220 </body>
221 </html> 221 </html>
OLDNEW
« 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