Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
fast
/
dom
/
Window
/
window-open-self.html
blob: 12e3f3e769f9cb6cb1469ec78dc6709cf5c93576 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
testRunner
.
waitUntilDone
();
}
window
.
open
(
"resources/destination.html"
,
"_self"
);
</script>
<p>
If you can still see this text, then the test of window.open(URL, "_self") has failed.
</p>