Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
navigation-api
/
navigation-methods
/
resources
/
navigate-parent.html
blob: 8584bb5774a2820c853bf24bec1dcb16d8f011cb [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<script>
window
.
navigateParent
=
()
=>
{
return
parent
.
navigation
.
navigate
(
"#2"
);
};
</script>