Sign in
webkit
/
WebKit
/
aa64ae842deae0c1d6c6bd4564211434f2923ae3
/
.
/
LayoutTests
/
fast
/
frames
/
page-unload-document-open.html
blob: 720c95cea99a8026252f269c5ad041e9e8d5515d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
Passes if it does not crash.
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
testRunner
.
setCanOpenWindows
();
testRunner
.
waitUntilDone
();
}
win
=
window
.
open
(
"resources/page-unload-document-open-win.html"
);
</script>