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

Side by Side Diff: ios/testing/data/http_server_files/window_open.html

Issue 2672893003: EG test for sessionStorage sharing. (Closed)
Patch Set: Addressed review comment 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 unified diff | Download patch
« no previous file with comments | « ios/chrome/browser/web/window_open_by_dom_egtest.mm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
185 <td>
186 <a href="#"
187 target="_blank"
188 name="webScenarioWindowOpenSamePageWithBlankTarget"
189 id="webScenarioWindowOpenSamePageWithBlankTarget">
190 webScenarioWindowOpenSamePageWithBlankTarget
191 </a>
192 </td>
193 <td>Open same window with target=_blank<br></td>
194 </tr>
195
184 <tr id="_webScenarioWindowOpenWithDelayedClose"> 196 <tr id="_webScenarioWindowOpenWithDelayedClose">
185 <td> 197 <td>
186 <a href="window_close.html#2" 198 <a href="window_close.html#2"
187 target="_blank" 199 target="_blank"
188 name="webScenarioWindowOpenWithDelayedClose" 200 name="webScenarioWindowOpenWithDelayedClose"
189 id="webScenarioWindowOpenWithDelayedClose"> 201 id="webScenarioWindowOpenWithDelayedClose">
190 webScenarioWindowOpenWithDelayedClose 202 webScenarioWindowOpenWithDelayedClose
191 </a> 203 </a>
192 </td> 204 </td>
193 <td>Open a window that closes itself after two seconds<br></td> 205 <td>Open a window that closes itself after two seconds<br></td>
194 </tr> 206 </tr>
195 207
196 <tr id="_webScenarioWindowClose"> 208 <tr id="_webScenarioWindowClose">
197 <td> 209 <td>
198 <input type="button" 210 <input type="button"
199 onclick="window.close()" 211 onclick="window.close()"
200 name="webScenarioWindowClose" 212 name="webScenarioWindowClose"
201 id="webScenarioWindowClose" 213 id="webScenarioWindowClose"
202 value="webScenarioWindowClose"> 214 value="webScenarioWindowClose">
203 </td> 215 </td>
204 <td>Trying to close the current window should fail.<br></td> 216 <td>Trying to close the current window should fail.<br></td>
205 </tr> 217 </tr>
206 218
207 </table> 219 </table>
208 </body> 220 </body>
209 </html> 221 </html>
OLDNEW
« no previous file with comments | « ios/chrome/browser/web/window_open_by_dom_egtest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698