summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_008.htm
blob: ebd8279675d0334d6d654d0f8ec03fa879a5a6b3 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
    <title>Page with hyperlink and target set to self</title>
</head>
<body>
    <a id="hyperlink" href="standalone-pass.htm" target="_self">Click here to perform self navigation</a>
</body>
</html>