summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_022.htm
blob: 11382d1d7c62109d575b0b697524a509f3a8da9f (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
    <title>target=_top</title>
</head>
<body>
    <div>hyperlink with target=_top</div>
    <br />
    <a href="standalone-pass.htm" target="_top">Open the link in top window</a>
</body>
</html>