Sign in
chromium
/
chromium
/
src.git
/
cd38a84418d8d192199016af8c3902e6fea61d5a
/
.
/
content
/
test
/
data
/
navigate_opener.html
blob: ce1b766e44ddc762aacddfe021f6cc14c0b933c2 [
file
] [
log
] [
blame
]
<html>
<head><title>
Navigate opener
</title>
<script>
function
navigateOpener
()
{
window
.
opener
.
location
.
href
=
"title2.html"
;
return
true
;
}
</script>
</head>
</html>