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