Sign in
webkit
/
WebKit
/
ac6f99830016c7bf481617249819af59429a05a4
/
.
/
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>