Sign in
webkit
/
WebKit
/
52b7bf5ed79012977948456de78fa60819deaf7e
/
.
/
LayoutTests
/
fast
/
dom
/
Window
/
resources
/
window-opens-self.html
blob: 1624993a365bec6809fddffe0917808c322c4d84 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<script>
function
setOpenerAsSelf
()
{
open
(
""
,
"_self"
);
}
</script>
</body>
</html>