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