summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_022.htm
blob: 87082e51dcf1b818718e74d59864c847f4ddd65a (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>