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