summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/windows/noreferrer-cross-origin-manual.html
blob: f5879ee6d750f271deb0c6b8a98152915af681cd (plain)
1
2
3
4
5
6
7
8
9
10
<ol>
 <li><p>After clicking these two links in order a single browsing context should be open showing
 <code>example.org</code>:
 <a target=doesnotmatter href="http://example.com/">one</a>,
 <a target=doesnotmatter href="http://example.org/">two</a>.

 <li><p>After clicking these two links two browsing contexts should have been opened:
 <a rel=noreferrer target=reallydoesnotmatter href="http://example.com/">one</a>,
 <a rel=noreferrer target=reallydoesnotmatter href="http://example.com/">two</a>.
</ol>