Skip to content

Commit

Permalink
Test targeting multiple cross-origin windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewest committed Oct 27, 2016
1 parent c715309 commit c5f1823
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions html/browsers/windows/support-open-cross-origin.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<meta charset=utf-8>
<p>Follow this link to open a new browsing context in a separate origin.
<a target=second href="http://www2.{{location[host]}}/html/browsers/windows/support-open-cross-origin.html">link</a>.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<meta charset=utf-8>
<p>Follow this link to open a new browsing context in a separate origin. Follow the instructions
in that new window, and then come back to this window.
<a target=first href="http://天気の良い日.{{location[host]}}/html/browsers/windows/support-open-cross-origin.html">link</a>.

<p>Once you come back to this page, follow this link.
<a target=second href="support-window-name-echo.html">link</a>.

<p>After clicking that link, you should have three additional windows open.

0 comments on commit c5f1823

Please sign in to comment.