Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
navigation-api
/
navigation-methods
/
resources
/
navigate-sibling.html
blob: 29a5ee7390d0387d752a91be195e99739e039661 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<script>
window
.
navigateSibling
=
()
=>
{
return
parent
.
frames
[
0
].
navigation
.
navigate
(
"/common/blank.html?2"
);
};
</script>